Skip to content

Commit d50d404

Browse files
committed
Don't fail fast on workflow_dispatch
1 parent 9c2d042 commit d50d404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
}
7575
core.setOutput('arch', JSON.stringify(outputArchMatrix))
7676
core.setOutput('target', JSON.stringify(outputTargetMatrix))
77+
core.setOutput('fail-fast', 'false')
7778
} else if (context.eventName == 'push') {
7879
const commitMessage = process.env.COMMIT_MESSAGE.trim()
7980
if (commitMessage.length > 0) {

0 commit comments

Comments
 (0)