diff options
| author | 2021-11-05 04:07:38 +0000 | |
|---|---|---|
| committer | 2021-11-05 04:07:38 +0000 | |
| commit | a94f3b71d5b2748c586b71481ea3aee0520adfba (patch) | |
| tree | a31bcfb8c67bbd206bfc9396977954832c5ec960 /.github/workflows/ci-linux.yml | |
| parent | Merge branch 'insp3' into master. (diff) | |
| parent | Fix use of auto_ptr in the ssl_gnutls module on C++17 compilers. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to '.github/workflows/ci-linux.yml')
| -rw-r--r-- | .github/workflows/ci-linux.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index ebc8b98af..e2b37503d 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -1,7 +1,9 @@ name: Linux CI on: - - pull_request - - push + pull_request: + push: + schedule: + - cron: '0 0 * * 0' jobs: build: runs-on: ubuntu-20.04 |
