We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299d42a commit 3238f30Copy full SHA for 3238f30
.github/workflows/ci.yml
@@ -74,7 +74,6 @@ jobs:
74
75
steps:
76
- uses: actions/checkout@v2
77
- if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
78
79
- uses: haskell/actions/setup@v1
80
id: setup-haskell-cabal
@@ -122,7 +121,6 @@ jobs:
122
121
123
124
125
126
127
# ./test/error-messages/Test.hs is a cabal script, so we need Cabal.
128
0 commit comments