We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331b724 commit b6f4f88Copy full SHA for b6f4f88
.github/workflows/slo.yml
@@ -31,6 +31,7 @@ jobs:
31
if: env.DOCKER_REPO != null
32
env:
33
DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}
34
+ continue-on-error: true
35
with:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
KUBECONFIG_B64: ${{ secrets.SLO_KUBE_CONFIG }}
0 commit comments