Prevent deploy jobs
This commit is contained in:
parent
374cf8d710
commit
c4d40f16db
3
.github/workflows/catalog-api-deploy.yml
vendored
3
.github/workflows/catalog-api-deploy.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/identity-api-deploy.yml
vendored
3
.github/workflows/identity-api-deploy.yml
vendored
@ -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:
|
||||
|
@ -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:
|
||||
|
3
.github/workflows/ordering-api-deploy.yml
vendored
3
.github/workflows/ordering-api-deploy.yml
vendored
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
3
.github/workflows/payment-api-deploy.yml
vendored
3
.github/workflows/payment-api-deploy.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/webhooks-api-deploy.yml
vendored
3
.github/workflows/webhooks-api-deploy.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/webmvc-deploy.yml
vendored
3
.github/workflows/webmvc-deploy.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/webshoppingagg-deploy.yml
vendored
3
.github/workflows/webshoppingagg-deploy.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/webspa-deploy.yml
vendored
3
.github/workflows/webspa-deploy.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/webstatus-deploy.yml
vendored
3
.github/workflows/webstatus-deploy.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user