Skip to content

Commit

Permalink
ci: this one shouldn't deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Aug 12, 2021
1 parent b4d1ad2 commit a338188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
needs: bump-version
if: contains(needs.bump-version.outputs, 'new_version')
if: needs.bump-version.outputs.new_version != null
steps:
- uses: actions/checkout@master
# https://github.com/ansible/pylibssh/blob/1e7b17f/.github/workflows/build-test-n-publish.yml#L146-L151
Expand Down

0 comments on commit a338188

Please sign in to comment.