Skip to content

Commit

Permalink
[CI] Don't run if [SkipCI] mentioned in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Oct 31, 2023
1 parent 2e6d341 commit bfcdb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:
if: "!contains(github.event.head_commit.message, '[SkipCI]')"
name: build ${{ inputs.package }} ${{ matrix.ndk }} ${{ matrix.libraryType }}
runs-on: ubuntu-22.04
strategy:
Expand Down

0 comments on commit bfcdb8d

Please sign in to comment.