Skip to content

Commit

Permalink
Update test_aws_integration.yaml
Browse files Browse the repository at this point in the history
single quotes false
  • Loading branch information
BrianCashProf authored Aug 23, 2024
1 parent 763de93 commit f34439b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_aws_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Must have action variable NO_PROVIDER_CREDENTIALS_AWS set up in the repo as a binary boolean.
test-aws-integration:
runs-on: ubuntu-latest
if: ${{ ! vars.NO_PROVIDER_CREDENTIALS_AWS }}
if: ${{ vars.NO_PROVIDER_CREDENTIALS_AWS == 'false' }}
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit f34439b

Please sign in to comment.