Skip to content

Commit

Permalink
Remove the schedule CI run of the tests (#52)
Browse files Browse the repository at this point in the history
We had it set to run every week but the project changes very
infrequently which was causing GitHub to disable the Action entirely.
Remove it since it's not really necessary.
  • Loading branch information
leouieda authored May 3, 2023
1 parent 1a3abdd commit 205256f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ on:
release:
types:
- published
schedule:
# Run every Monday at 12:00 UTC
# * is a special character in YAML so you have to quote this string
- cron: '00 12 * * 1'

# Use bash by default in all jobs
defaults:
Expand Down

0 comments on commit 205256f

Please sign in to comment.