aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-linux.yml
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-11-05 04:07:38 +0000
committerGravatar Sadie Powell2021-11-05 04:07:38 +0000
commita94f3b71d5b2748c586b71481ea3aee0520adfba (patch)
treea31bcfb8c67bbd206bfc9396977954832c5ec960 /.github/workflows/ci-linux.yml
parentMerge branch 'insp3' into master. (diff)
parentFix 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.yml6
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