Skip to content

Commit 282dcf4

Browse files
Skip circleci in ci/ghc-head
1 parent afe6971 commit 282dcf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ commands:
140140
141141
jobs:
142142

143+
# Skip in all workflows involving 'ci/ghc-head'
144+
filters:
145+
branches:
146+
ignore: ci/ghc-head
143147
# Not used in workflows below at the moment, because stack doesn't
144148
# support GHC 9.12 yet.
145149
stack_900:

0 commit comments

Comments
 (0)