From d3974a93cb9cf5150cb5a42f177d22066c109426 Mon Sep 17 00:00:00 2001 From: Peter David Hamilton Date: Mon, 6 Nov 2023 09:25:54 +0000 Subject: [PATCH] Comment out workflow triggers for old platform --- .github/workflows/content.yml | 38 +++++++++++++++---------------- .github/workflows/development.yml | 32 +++++++++++++------------- .github/workflows/staging.yml | 30 ++++++++++++------------ 3 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/workflows/content.yml b/.github/workflows/content.yml index 5f9914f22..e71db13ce 100644 --- a/.github/workflows/content.yml +++ b/.github/workflows/content.yml @@ -9,25 +9,25 @@ # https://ey-recovery-pr-123.london.cloudapps.digital # name: Deploy Content App -on: - pull_request: - # branches: - # - main - types: - - labeled - - synchronize - paths-ignore: - - '**/*.md' - - .docker* - - .env.example - - .gitignore - - .pa11yci - - .tool-versions - - .yardopts - - bin/* - - docker-compose.* - - Dockerfile - - terraform +# on: +# pull_request: +# # branches: +# # - main +# types: +# - labeled +# - synchronize +# paths-ignore: +# - '**/*.md' +# - .docker* +# - .env.example +# - .gitignore +# - .pa11yci +# - .tool-versions +# - .yardopts +# - bin/* +# - docker-compose.* +# - Dockerfile +# - terraform jobs: deploy: diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 04900b988..bda7e7eb4 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -7,22 +7,22 @@ # https://ey-recovery-dev.london.cloudapps.digital # name: Deploy Development App -on: - workflow_dispatch: - push: - branches: - - main - paths-ignore: - - '**/*.md' - - .docker* - - .env.example - - .gitignore - - .pa11yci - - .tool-versions - - .yardopts - - bin/* - - docker-compose.* - - uml/* +# on: +# workflow_dispatch: +# push: +# branches: +# - main +# paths-ignore: +# - '**/*.md' +# - .docker* +# - .env.example +# - .gitignore +# - .pa11yci +# - .tool-versions +# - .yardopts +# - bin/* +# - docker-compose.* +# - uml/* jobs: deploy: diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 856dee032..54ff96dfe 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -10,21 +10,21 @@ # https://ey-recovery-staging.london.cloudapps.digital # name: Deploy Staging App -on: - workflow_dispatch: - inputs: - candidate: - description: Create release candidate version ("rcx.x.x") - type: string - required: true - ref: - description: Git ref or branch to deploy - type: string - required: true - default: main - push: - tags: - - rc* +# on: +# workflow_dispatch: +# inputs: +# candidate: +# description: Create release candidate version ("rcx.x.x") +# type: string +# required: true +# ref: +# description: Git ref or branch to deploy +# type: string +# required: true +# default: main +# push: +# tags: +# - rc* jobs: deploy: