We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578dc66 commit 9a57003Copy full SHA for 9a57003
.github/workflows/custard-run-dev.yaml
@@ -39,6 +39,7 @@ on:
39
# schedule:
40
# # https://crontab.guru/#0_12_*_*_0
41
# - cron: 0 12 * * 0 # At 12:00 on Sunday
42
+ pull_request: # TODO: remove this
43
44
jobs:
45
affected:
.github/workflows/custard-run.yaml
0 commit comments