File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,13 @@ jobs:
6464 ((github.event_name == 'push') && (github.ref == 'refs/heads/master')) ||
6565 ((github.event_name == 'push') && contains(github.ref, 'test-this-pr'))
6666 runs-on : ubuntu-20.04
67+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run
68+ continue-on-error : ${{ matrix.experimental }}
6769 strategy :
6870 fail-fast : false # Do not cancel all jobs if one fails
69- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run
70- continue-on-error : ${{ matrix.experimental }}
7171 matrix :
72+ experimental :
73+ - false
7274 include :
7375 # Now we have only one staging environment, but we have had two when
7476 # we transitioned from one k8s cluster to another.
You can’t perform that action at this time.
0 commit comments