We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b43fe commit 0faf29cCopy full SHA for 0faf29c
.github/workflows/create-cache.yaml
@@ -5,7 +5,7 @@ on:
5
# Run at 1:07 on mondays and fridays
6
# https://stackoverflow.com/questions/59560214/github-action-works-on-push-but-not-scheduled
7
- cron: 7 1 * * 1,5
8
- push:
+ pull_request:
9
branches:
10
- main
11
0 commit comments