From f3abc9b83e4eba6b3601a70ea5e5931ec244ef86 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Wed, 15 Jan 2025 16:00:02 +0100 Subject: [PATCH] Avoid conflicts when running it concurrently Closes #1097 Signed-off-by: Alexander Schwartz --- .github/workflows/rosa-cluster-delete.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rosa-cluster-delete.yml b/.github/workflows/rosa-cluster-delete.yml index b77663ec..5c9cd17b 100644 --- a/.github/workflows/rosa-cluster-delete.yml +++ b/.github/workflows/rosa-cluster-delete.yml @@ -76,6 +76,6 @@ jobs: uses: actions/upload-artifact@v4 if: always() with: - name: rosa-logs + name: rosa-logs-${{ inputs.clusterName || format('gh-{0}', github.repository_owner) }} path: provision/aws/logs retention-days: 5