Skip to content

Commit

Permalink
chore(github-actions): test no pack when deploy [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Jun 5, 2023
1 parent 09cedd8 commit 102f383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
pack:
if: ${{ !contains(github.event.head_commit.message, '[deploy]') }}
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.previousTag.outputs.tag }}
Expand Down

0 comments on commit 102f383

Please sign in to comment.