Skip to content

Commit 63ecf39

Browse files
committed
Add GHC 9.6 pipeline filter
1 parent b7acf5f commit 63ecf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ bindistSrcs =
201201
ref = "ghc-9.6",
202202
jobName = "x86_64-linux-alpine3_12-cross_wasm32-wasi-release+fully_static",
203203
artifactPath = "ghc-x86_64-linux-alpine3_12-cross_wasm32-wasi-release+fully_static.tar.xz",
204-
pipelineFilter = []
204+
pipelineFilter = [("status", Just "success")]
205205
},
206206
(,)
207207
"wasi-sdk"

0 commit comments

Comments
 (0)