diff options
| author | jvoisin | 2022-03-04 13:03:03 +0100 |
|---|---|---|
| committer | jvoisin | 2022-03-04 13:03:03 +0100 |
| commit | d8a98df75c73e7079d06e641e6fa0ea5fc0899eb (patch) | |
| tree | 8573f202ea750c98560966164fc4e5a2c471a9e9 /.github/workflows/distributions_php8.yml | |
| parent | eede22217bb766a2982b10ee294f20c3bf4dea3e (diff) | |
Run the CI every week
Diffstat (limited to '.github/workflows/distributions_php8.yml')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index f055499..e24a00e 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | name: CI for linux distributions, on php8 | 1 | name: CI for linux distributions, on php8 |
| 2 | on: ['pull_request', 'push'] | 2 | on: |
| 3 | pull_request: | ||
| 4 | push: | ||
| 5 | schedule: | ||
| 6 | - cron: '0 16 * * 5' | ||
| 3 | 7 | ||
| 4 | jobs: | 8 | jobs: |
| 5 | alpine: | 9 | alpine: |
