summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
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
commit281c3b3817864021d9659caabb6d06657494e62d (patch)
treebea912e113fbd993cab3aef6650e830e9632f16d /.github/workflows/ci.yml
parente6514467ee2cdcd1773edaf21b9da9563fd9d018 (diff)
Add weekly scheduled test run
Diffstat (limited to '.github/workflows/ci.yml')
-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