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 b7acf5f commit 63ecf39Copy full SHA for 63ecf39
app/Main.hs
@@ -201,7 +201,7 @@ bindistSrcs =
201
ref = "ghc-9.6",
202
jobName = "x86_64-linux-alpine3_12-cross_wasm32-wasi-release+fully_static",
203
artifactPath = "ghc-x86_64-linux-alpine3_12-cross_wasm32-wasi-release+fully_static.tar.xz",
204
- pipelineFilter = []
+ pipelineFilter = [("status", Just "success")]
205
},
206
(,)
207
"wasi-sdk"
0 commit comments