diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-10-20 00:10:40 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-10-20 00:49:00 +0200 |
| commit | 0bf9bcdc9b452a4f03ca3f17e45b12201678904e (patch) | |
| tree | bea912e113fbd993cab3aef6650e830e9632f16d /.github | |
| parent | 473f3033bb026cffbdf0c98c68d9fef0bae70d83 (diff) | |
Add weekly scheduled test run
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3ca9127..403a3d8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ --- name: "CI" -'on': ["push", "pull_request"] +'on': + push: + pull_request: + schedule: + - cron: '0 12 * * 5' jobs: lint: runs-on: ubuntu-latest |
