Browse Source

Prevent deploy jobs

pull/1662/head
Colin Dembovsky 3 years ago
parent
commit
c4d40f16db
12 changed files with 24 additions and 12 deletions
  1. +2
    -1
      .github/workflows/catalog-api-deploy.yml
  2. +2
    -1
      .github/workflows/identity-api-deploy.yml
  3. +2
    -1
      .github/workflows/mobileshoppingagg-deploy.yml
  4. +2
    -1
      .github/workflows/ordering-api-deploy.yml
  5. +2
    -1
      .github/workflows/ordering-backgroundtasks-deploy.yml
  6. +2
    -1
      .github/workflows/ordering-signalrhub-deploy.yml
  7. +2
    -1
      .github/workflows/payment-api-deploy.yml
  8. +2
    -1
      .github/workflows/webhooks-api-deploy.yml
  9. +2
    -1
      .github/workflows/webmvc-deploy.yml
  10. +2
    -1
      .github/workflows/webshoppingagg-deploy.yml
  11. +2
    -1
      .github/workflows/webspa-deploy.yml
  12. +2
    -1
      .github/workflows/webstatus-deploy.yml

+ 2
- 1
.github/workflows/catalog-api-deploy.yml 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:


+ 2
- 1
.github/workflows/identity-api-deploy.yml 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:


+ 2
- 1
.github/workflows/mobileshoppingagg-deploy.yml 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:


+ 2
- 1
.github/workflows/ordering-api-deploy.yml 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:


+ 2
- 1
.github/workflows/ordering-backgroundtasks-deploy.yml 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:


+ 2
- 1
.github/workflows/ordering-signalrhub-deploy.yml 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:


+ 2
- 1
.github/workflows/payment-api-deploy.yml 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:


+ 2
- 1
.github/workflows/webhooks-api-deploy.yml 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:


+ 2
- 1
.github/workflows/webmvc-deploy.yml 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:


+ 2
- 1
.github/workflows/webshoppingagg-deploy.yml 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:


+ 2
- 1
.github/workflows/webspa-deploy.yml 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:


+ 2
- 1
.github/workflows/webstatus-deploy.yml 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:


Loading…
Cancel
Save