Skip to content

Commit

Permalink
chore(workflow): fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang authored Sep 17, 2021
1 parent 0b81fa9 commit 12dacdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
if: !contains(github.event.head_commit.message, 'chore(versions)')
if: contains(github.event.head_commit.message, 'chore(versions)') == false
strategy:
matrix:
node_version: [10.x, 11.x]
Expand Down

0 comments on commit 12dacdc

Please sign in to comment.