Skip to content

Commit

Permalink
chore: only run ci on weekly schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOsiris committed Nov 6, 2024
1 parent c22cb6e commit 8f219cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-k8s.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: K8s CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 8f219cf

Please sign in to comment.