mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-23 02:06:47 +00:00
gha: ci: cc-payload-after-push: Add workflow_dispatch trigger
Allow triggering this action manually, since we noticed it being skipped on push exactly when we needed it the most. Fixes: #7353 Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
db0071422b
commit
2eee54de77
1
.github/workflows/cc-payload-after-push.yaml
vendored
1
.github/workflows/cc-payload-after-push.yaml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- CCv0
|
- CCv0
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-assets-amd64:
|
build-assets-amd64:
|
||||||
|
Loading…
Reference in New Issue
Block a user