Skip to content

Commit

Permalink
Add missing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 13, 2021
1 parent 60cfa2a commit 0bcb0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- run: buildtools/addmask
if: env.HAS_SECRETS == 'HAS_SECRETS'
- run: gopass show gs/ci/test-mask
if: env.HAS_SECRETS == 'HAS_SECRETS'

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=ci/requirements.txt
Expand Down

0 comments on commit 0bcb0a4

Please sign in to comment.