diff --git a/.github/workflows/ci-app-pr-environment-destroy.yml b/.github/workflows/ci-app-pr-environment-destroy.yml index 6ddea19..b73daa4 100644 --- a/.github/workflows/ci-app-pr-environment-destroy.yml +++ b/.github/workflows/ci-app-pr-environment-destroy.yml @@ -1,9 +1,8 @@ name: CI App PR Environment Destroy on: workflow_dispatch: - # !! Uncomment the following lines once you've set up the dev environment and are ready to enable PR environments - # pull_request: - # types: [closed] + pull_request: + types: [closed] jobs: destroy: name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise diff --git a/.github/workflows/ci-app-pr-environment-update.yml b/.github/workflows/ci-app-pr-environment-update.yml index 029a08a..bde8df5 100644 --- a/.github/workflows/ci-app-pr-environment-update.yml +++ b/.github/workflows/ci-app-pr-environment-update.yml @@ -1,8 +1,7 @@ name: CI App PR Environment Update on: workflow_dispatch: - # !! Uncomment the following lines once you've set up the dev environment and are ready to enable PR environments - # pull_request: + pull_request: jobs: update: name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise