Skip to content

Commit

Permalink
#skip
Browse files Browse the repository at this point in the history
#skip
  • Loading branch information
sofronijevikj committed Mar 5, 2024
1 parent e58e265 commit ed94988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Pipeline.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm test

tag_release:
if: ${{ github.event_name == 'push' && (!contains(toJSON(github.event.head_commit.message), '#skip')) }}
if: ${{ (!contains(toJSON(github.event.head_commit.message), '#skip')) }}
needs: [simple_deployment_pipeline]
runs-on: ubuntu-latest

Expand Down

0 comments on commit ed94988

Please sign in to comment.