Skip to content

Commit

Permalink
Revert "Run on all pushes"
Browse files Browse the repository at this point in the history
There are too many pushes for this to be a good idea.  We now have
workflow_dispatch so we can manually launch jobs instead.

This reverts commit e765670.
  • Loading branch information
tomjaguarpaw committed Oct 12, 2023
1 parent e765670 commit a66cc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
types: [synchronize, opened, reopened]
push:
branches: [main]
schedule:
# additionally run once per week (At 00:00 on Sunday) to maintain cache
- cron: '0 0 * * 0'
Expand Down

0 comments on commit a66cc60

Please sign in to comment.