From 374cf8d7100a2091e2312f3204ad8acc91e7649f Mon Sep 17 00:00:00 2001 From: Colin Dembovsky Date: Fri, 23 Apr 2021 00:20:29 -0500 Subject: [PATCH] Prevent deploy jobs --- .github/workflows/basket-api-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/basket-api-deploy.yml b/.github/workflows/basket-api-deploy.yml index 00c8113e6..3d51c6d24 100644 --- a/.github/workflows/basket-api-deploy.yml +++ b/.github/workflows/basket-api-deploy.yml @@ -17,7 +17,8 @@ env: jobs: deploy-to-k8s: - if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }} + #if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }} + if: false runs-on: ubuntu-latest steps: