Skip to content

Commit

Permalink
Comment out workflow triggers for old platform (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidhamilton authored Nov 6, 2023
1 parent b5b9786 commit ea80f70
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea80f70

Please sign in to comment.