Skip to content

Commit

Permalink
Enable PR environments
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenyu committed Jun 26, 2024
1 parent f4f8817 commit cb7c547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-app-pr-environment-destroy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-app-pr-environment-update.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cb7c547

Please sign in to comment.