We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf94cad commit 763053dCopy full SHA for 763053d
.github/workflows/_linux-test.yml
@@ -409,7 +409,7 @@ jobs:
409
job_identifier: ${{ github.workflow }}_${{ inputs.build-environment }}
410
411
- name: Authenticate with AWS
412
- if: ${{ contains(matrix.runner, 'b200') }}
+ if: ${{ always() && contains(matrix.runner, 'b200') }}
413
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
414
with:
415
role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_upload-benchmark-results
0 commit comments