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 Feb 28, 2022
1 parent c46eb51 commit a7a1f3d
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 a7a1f3d

Please sign in to comment.