summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Jimmi Holst Christensen2024-09-13 14:17:43 +0200
committerGravatar Jimmi Holst Christensen2024-09-13 14:19:48 +0200
commita9fa6c8be2ee36f5db9e2e0d1d8137ac37178fa0 (patch)
tree9baab58770ab59cd6fab6d36bea5f673be09f77a /.github
parentadapt to latest zig changes (diff)
downloadzig-clap-a9fa6c8be2ee36f5db9e2e0d1d8137ac37178fa0.tar.gz
zig-clap-a9fa6c8be2ee36f5db9e2e0d1d8137ac37178fa0.tar.xz
zig-clap-a9fa6c8be2ee36f5db9e2e0d1d8137ac37178fa0.zip
chore: Run jobs weekly instead of daily
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 62adc41..5169664 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,7 +3,7 @@ on:
3 push: 3 push:
4 pull_request: 4 pull_request:
5 schedule: 5 schedule:
6 - cron: '0 0 * * *' 6 - cron: '0 0 * * 0'
7 7
8jobs: 8jobs:
9 test: 9 test: