Browse Source

CLDC-4263: remove broken workflow_dispatches

CLDC-4236-deploy-review-apps-manually-2
Nat Dean-Lewis 2 days ago
parent
commit
c15d79b0f8
  1. 1
      .github/workflows/production_pipeline.yml
  2. 1
      .github/workflows/review_teardown_pipeline.yml

1
.github/workflows/production_pipeline.yml

@ -3,7 +3,6 @@ name: Production CI/CD Pipeline
on:
release:
types: [released]
workflow_dispatch:
defaults:
run:

1
.github/workflows/review_teardown_pipeline.yml

@ -7,7 +7,6 @@ on:
pull_request:
types:
- closed
workflow_dispatch:
env:
app_repo_role: arn:aws:iam::815624722760:role/core-application-repo

Loading…
Cancel
Save