From 8f634ceb6b22537cbc62bf3deae679fd44f70618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 24 Oct 2024 13:16:37 +0200 Subject: [PATCH] workflows: devel: Adjust the pr-number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/ci-devel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-devel.yaml b/.github/workflows/ci-devel.yaml index 79de9e052f..fac615ceaf 100644 --- a/.github/workflows/ci-devel.yaml +++ b/.github/workflows/ci-devel.yaml @@ -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