Skip to content

Commit

Permalink
Add a clause to always run-command step
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 19, 2024
1 parent da74f77 commit a2fadc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

run-command:
runs-on: [self-hosted, linux, x64, ci-dev]
if: always()
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit a2fadc0

Please sign in to comment.