We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ddc788 + 0b9cab4 commit 73e2869Copy full SHA for 73e2869
1 file changed
.github/workflows/SHiELD_parallelworks_intel.yml
@@ -16,6 +16,7 @@ on:
16
# run weekly on Sunday
17
schedule:
18
- cron: '0 0 * * 0'
19
+ workflow_dispatch:
20
21
#this should cancel in progress ci runs for the same PR
22
#(e.g. a second commit on the same PR comes in while CI is still running)
0 commit comments