From 1e594a5ab648970686e4626cd44f213679d056a1 Mon Sep 17 00:00:00 2001 From: Loren Yu Date: Wed, 8 Jan 2025 17:01:11 -0800 Subject: [PATCH] Fix trigger for PR environment destroy workflow (#827) Fixes bug where PR environment destroy workflow is not triggered when there is a conflict with the base branch --- .github/workflows/ci-app-pr-environment-destroy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-app-pr-environment-destroy.yml b/.github/workflows/ci-app-pr-environment-destroy.yml index ad4cbb01..5dd11d80 100644 --- a/.github/workflows/ci-app-pr-environment-destroy.yml +++ b/.github/workflows/ci-app-pr-environment-destroy.yml @@ -6,7 +6,7 @@ on: required: true type: string # !! Uncomment the following lines once you've set up the dev environment and are ready to enable PR environments - # pull_request: + # pull_request_target: # types: [closed] jobs: destroy: