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 afe6971 commit 282dcf4Copy full SHA for 282dcf4
.circleci/config.yml
@@ -140,6 +140,10 @@ commands:
140
141
jobs:
142
143
+ # Skip in all workflows involving 'ci/ghc-head'
144
+ filters:
145
+ branches:
146
+ ignore: ci/ghc-head
147
# Not used in workflows below at the moment, because stack doesn't
148
# support GHC 9.12 yet.
149
stack_900:
0 commit comments