aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-12-26 18:44:07 +0000
committerGravatar GitHub <[email protected]>2021-12-26 18:44:07 +0000
commit94627e22c118060bdec1676f9dca16691617fa7d (patch)
tree831966d695772e20523987147f3f0a33a46546f4
parentMerge pull request #127 from python-discord/feat/nsjail/102/cgroupv2 (diff)
Do not run Kubernetes deployment on self-hosted runner
-rw-r--r--.github/workflows/lint-test-build-push.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml
index 020b2a5..0df0b32 100644
--- a/.github/workflows/lint-test-build-push.yaml
+++ b/.github/workflows/lint-test-build-push.yaml
@@ -204,7 +204,7 @@ jobs:
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Deploy to Kubernetes
- if: env.production_build == 'true'
+ if: matrix.full && env.production_build == 'true'
uses: Azure/k8s-deploy@v1
with:
manifests: |