Skip to content

Commit 0ff2017

Browse files
committed
workflows: enable workflow_dispatch for GitHub Actions Essential CI
To support development on `tiered` prototype branch. Epic: none Release note: None
1 parent 921d818 commit 0ff2017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/github-actions-essential-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ on:
4848
- "!staging-v22.2*"
4949
- "!staging-v23.1*"
5050
- "!staging-v23.2*"
51+
workflow_dispatch:
5152
concurrency:
5253
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
5354
cancel-in-progress: true

0 commit comments

Comments
 (0)