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:
Fabiano Fidêncio
2024-10-24 13:16:37 +02:00
parent 41d1178e4a
commit 8f634ceb6b

View File

@@ -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