Skip to content

Commit 632571c

Browse files
authored
Merge pull request #8019 from haskell/jneira/remove-unnecessary-if-workflow
Remove unnecessary if in the user guide workflow
2 parents 44c2e1a + 477696e commit 632571c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/users-guide.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ defaults:
4242

4343
jobs:
4444
build:
45-
if: |
46-
!contains(github.event.head_commit.message, '[skip ci]')
47-
&& !contains(github.event.head_commit.message, '[ci skip]')
48-
4945
runs-on: ubuntu-latest
5046
strategy:
5147
matrix:

0 commit comments

Comments
 (0)