summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-10-20 00:10:40 +0200
committerAhmed AbdelHalim <[email protected]>2025-10-20 00:49:00 +0200
commit0bf9bcdc9b452a4f03ca3f17e45b12201678904e (patch)
treebea912e113fbd993cab3aef6650e830e9632f16d /.github
parent473f3033bb026cffbdf0c98c68d9fef0bae70d83 (diff)
Add weekly scheduled test run
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
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