Prevent deploy jobs

This commit is contained in:
Colin Dembovsky 2021-04-23 00:20:29 -05:00
parent f66dadf705
commit 374cf8d710

View File

@ -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: