Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
add ability to [skip ci].
  • Loading branch information
wildone authored Jun 30, 2021
1 parent a0f404d commit f2bff39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ env:

jobs:
build:

if: "!contains(github.event.head_commit.message, 'skip ci') || !contains(github.event.head_commit.message, 'ci ubuntu') || !contains(github.event.head_commit.message, 'ci win')"

runs-on: macos-latest

steps:
Expand Down

0 comments on commit f2bff39

Please sign in to comment.