Skip to content

Commit

Permalink
Fix trigger for PR environment destroy workflow (#827)
Browse files Browse the repository at this point in the history
Fixes bug where PR environment destroy workflow is not triggered when
there is a conflict with the base branch
  • Loading branch information
lorenyu authored Jan 9, 2025
1 parent ed61139 commit 1e594a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-pr-environment-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e594a5

Please sign in to comment.