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.
workflow_dispatch
1 parent 9c2d042 commit d50d404Copy full SHA for d50d404
.github/workflows/Build.yml
@@ -74,6 +74,7 @@ jobs:
74
}
75
core.setOutput('arch', JSON.stringify(outputArchMatrix))
76
core.setOutput('target', JSON.stringify(outputTargetMatrix))
77
+ core.setOutput('fail-fast', 'false')
78
} else if (context.eventName == 'push') {
79
const commitMessage = process.env.COMMIT_MESSAGE.trim()
80
if (commitMessage.length > 0) {
0 commit comments