Skip to content

Commit 22bc9a9

Browse files
authoredSep 19, 2020
Allow k8s workflow failures (#152)
1 parent 6a53a9e commit 22bc9a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
k8sBuilds:
8585
name: K8s build for ${{ matrix.targetPlatform }} on version ${{ matrix.unityVersion }}
8686
runs-on: ubuntu-latest
87+
continue-on-error: true
8788
strategy:
8889
fail-fast: false
8990
matrix:

‎action/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)