Skip to content

Commit

Permalink
Guard running of precommit against having variables set.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Nov 9, 2022
1 parent 15c6da2 commit 177f9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/typescript_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- check_gcp_variables
if: needs.check_gcp_variables.outputs.gcp-variables-set == 'true'
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit 177f9b9

Please sign in to comment.