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 26ecae4 commit e7cf57fCopy full SHA for e7cf57f
.github/workflows/downstream.yml
@@ -32,6 +32,8 @@ on:
32
# since that's when I would want to review it. And given GHA takes a long
33
# time to run, we want to start doing it as early as possible
34
- cron: '0 21 * * 0-4'
35
+ workflow_dispatch:
36
+ inputs: {}
37
38
concurrency:
39
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments