Skip to content

Commit

Permalink
Do not run Kubernetes deployment on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Dec 26, 2021
1 parent e5c07ed commit 94627e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 94627e2

Please sign in to comment.