Skip to content

Commit

Permalink
try identity on self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Apr 24, 2024
1 parent e0c746b commit 5484be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
cleanup_runner:
name: Cleanup Runner
needs: [ create_runner, deploy ]
needs: [ create_runner, update_openapi ]
if: ${{ success() || failure() && inputs.target == inputs.environment }}
runs-on: [ self-hosted, "${{ needs.create_runner.outputs.runner_name }}" ]
environment: ${{ inputs.environment }}
Expand Down

0 comments on commit 5484be1

Please sign in to comment.