Skip to content

Commit

Permalink
fix #47 CI skip condition [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahueck committed Jan 4, 2021
1 parent de98ab8 commit adf61dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ext-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-and-run-testbench:
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]') || !contains(github.event.head_commit.message, '[ci ext skip]')"
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[ci ext skip]')"
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit adf61dc

Please sign in to comment.