Skip to content

Commit 3c82625

Browse files
committed
Allow verify plugin job to continue on error
1 parent d4fd478 commit 3c82625

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
@@ -169,6 +169,7 @@ jobs:
169169
name: Verify plugin
170170
needs: [ build ]
171171
runs-on: ubuntu-latest
172+
continue-on-error: true
172173
steps:
173174

174175
# Free GitHub Actions Environment Disk Space

0 commit comments

Comments
 (0)