Skip to content

Commit

Permalink
Update test_aws_integration.yaml
Browse files Browse the repository at this point in the history
no string
  • Loading branch information
BrianCashProf authored Aug 23, 2024
1 parent 0c314b4 commit 3452b37
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 == "false" }}
if: ${{ vars.NO_PROVIDER_CREDENTIALS_AWS == false }}
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 3452b37

Please sign in to comment.