Skip to content

Commit

Permalink
[gh] introduce skip-build option in wf
Browse files Browse the repository at this point in the history
[skip-build]
  • Loading branch information
dreautall committed Feb 24, 2024
1 parent 969f064 commit b9dbffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

build:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[skip-build]') }}
needs: [check]

steps:
Expand Down

0 comments on commit b9dbffb

Please sign in to comment.