Skip to content

Commit 3238f30

Browse files
committed
always checkout
1 parent 299d42a commit 3238f30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474

7575
steps:
7676
- uses: actions/checkout@v2
77-
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
7877

7978
- uses: haskell/actions/setup@v1
8079
id: setup-haskell-cabal
@@ -122,7 +121,6 @@ jobs:
122121

123122
steps:
124123
- uses: actions/checkout@v2
125-
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
126124

127125
# ./test/error-messages/Test.hs is a cabal script, so we need Cabal.
128126
- uses: haskell/actions/setup@v1

0 commit comments

Comments
 (0)