Skip to content

Commit

Permalink
Update test_azure_integration.yaml
Browse files Browse the repository at this point in the history
Added comment
  • Loading branch information
BrianCashProf authored Jul 30, 2024
1 parent f61d6d1 commit ed8dab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_azure_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ env:
NO_PROVIDER_CREDENTIALS_azure: false

jobs:
# In if statements at the top level of a job, you cannot use env variable as it is not loaded in.
# To skip a job based on a env variable, we use another job. This job's purpose is to make a job output.
# The job output can be read in at the top level if statement in the env variable's stead.
check-for-credentials:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit ed8dab4

Please sign in to comment.