mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 14:58:16 +00:00
workflows: devel: Adjust the pr-number
Let's use "dev" instead of "manually-triggered" as it avoids the name being too long, which results in failures to create AKS clusters. Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
4
.github/workflows/ci-devel.yaml
vendored
4
.github/workflows/ci-devel.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
uses: ./.github/workflows/ci.yaml
|
||||
with:
|
||||
commit-hash: ${{ github.sha }}
|
||||
pr-number: "manually-triggered"
|
||||
tag: ${{ github.sha }}-manually-triggered
|
||||
pr-number: "dev"
|
||||
tag: ${{ github.sha }}-dev
|
||||
target-branch: ${{ github.ref_name }}
|
||||
secrets: inherit
|
||||
|
Reference in New Issue
Block a user