Skip to content

Commit b27028d

Browse files
committed
Add continue-on-error to build artifacts workflow
1 parent 84c3daa commit b27028d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
build:
11+
continue-on-error: true
1112
defaults:
1213
run:
1314
# Explicitly set the shell to bash to override the default Windows environment, i.e, cmd.

0 commit comments

Comments
 (0)