Skip to content

Commit

Permalink
Disable cron
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 23, 2024
1 parent 8004871 commit 574e758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
pull_request:
branches:
- main
schedule:
# Run cron job every month, https://crontab.guru/every-month
- cron: '0 0 1 * *'
workflow_dispatch:
#schedule:
# # Run cron job every month, https://crontab.guru/every-month
# - cron: '0 0 1 * *'
#workflow_dispatch:

jobs:
# This job tests that the CC works
Expand Down

0 comments on commit 574e758

Please sign in to comment.