There was an error while loading. Please reload this page.
1 parent 6747e17 commit 4eb6b38Copy full SHA for 4eb6b38
1 file changed
.github/workflows/build.yml
@@ -36,6 +36,7 @@ jobs:
36
deploy:
37
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
38
name: Deploy SNAPSHOT
39
+ continue-on-error: true
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v2
0 commit comments