Skip to content

Commit f4e5e3d

Browse files
committed
Remove if on actions/checkout (makes no sense)
1 parent 55ae293 commit f4e5e3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
ghc: [9.6.7, 9.8.4, 9.10.3, 9.12.2]
3838
steps:
3939
- uses: actions/checkout@v6
40-
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
4140

4241
# Takes care of ghc and cabal. See https://github.com/haskell/actions.
4342
- uses: haskell-actions/setup@v2

0 commit comments

Comments
 (0)