Skip to content

Commit

Permalink
[ci] Support [skip ci] with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Oct 15, 2020
1 parent e3804da commit d626b93
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 @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
os: [ ubuntu-latest , windows-latest , macos-latest ]
Expand Down

0 comments on commit d626b93

Please sign in to comment.