Skip to content

Commit

Permalink
change cron job CI to run mondays only
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Sep 12, 2023
1 parent debb91c commit 9e522e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run Tests
on:
schedule:
- cron: '0 8 * * 1-5'
- cron: '0 8 * * 1'
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit 9e522e9

Please sign in to comment.