Skip to content

Commit

Permalink
different expression for checking if tag exists for deploy-testing gi…
Browse files Browse the repository at this point in the history
…thub action
  • Loading branch information
zcernigoj committed Oct 18, 2023
1 parent a2f6806 commit b416e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
deploy-testing:
if: success() && startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')

runs-on: ubuntu-latest

Expand Down

0 comments on commit b416e7a

Please sign in to comment.