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 d7b7242 commit ba1ffa8Copy full SHA for ba1ffa8
ci.cue
@@ -112,6 +112,7 @@ ci: {
112
113
// https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#webhook-payload-object-33
114
#isNotDraft: pull_request.draft == false
115
+#thisCommit: pull_request.head.sha
116
117
// shared defaults for all steps
118
#step: {
@@ -120,7 +121,7 @@ ci: {
120
121
memory: 9000
122
term_timeout: 60 * 60 * 3
123
kill_timeout: term_timeout + 30
- flakes: "github:input-output-hk/mantis": [
124
+ flakes: "github:input-output-hk/mantis/\(#thisCommit)": [
125
"sbt",
126
"coreutils",
127
"gnused",
0 commit comments