Skip to content

Commit

Permalink
Merge pull request haskell#8019 from haskell/jneira/remove-unnecessar…
Browse files Browse the repository at this point in the history
…y-if-workflow

Remove unnecessary if in the user guide workflow
  • Loading branch information
mergify[bot] authored Feb 28, 2022
2 parents 44c2e1a + 477696e commit 632571c
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 632571c

Please sign in to comment.