Skip to content

Commit

Permalink
Avoid conflicts when running it concurrently
Browse files Browse the repository at this point in the history
Closes #1097

Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Jan 15, 2025
1 parent 9706126 commit f3abc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rosa-cluster-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f3abc9b

Please sign in to comment.