Skip to content

Commit

Permalink
Remove unnecessary if
Browse files Browse the repository at this point in the history
As github already is not triggering workflows for commits with skip ci
  • Loading branch information
jneira authored and mergify-bot committed Feb 28, 2022
1 parent 44c2e1a commit 477696e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/users-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ defaults:

jobs:
build:
if: |
!contains(github.event.head_commit.message, '[skip ci]')
&& !contains(github.event.head_commit.message, '[ci skip]')
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 477696e

Please sign in to comment.