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.
workflow_dispatch
1 parent 921d818 commit 0ff2017Copy full SHA for 0ff2017
.github/workflows/github-actions-essential-ci.yml
@@ -48,6 +48,7 @@ on:
48
- "!staging-v22.2*"
49
- "!staging-v23.1*"
50
- "!staging-v23.2*"
51
+ workflow_dispatch:
52
concurrency:
53
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
54
cancel-in-progress: true
0 commit comments