Skip to content

ci: further improve pr deployments #8764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
grammer and typo
  • Loading branch information
matifali committed Jul 27, 2023
commit d77492ca7b2e3312d6ac5b6bf2d2b14d0242b09f
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cleanup PR
name: Cleanup PR deployment and image
on:
pull_request:
types: [closed]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This action will trigger when a PR is commentted containing /review-pr by a member of the org.
# This action will trigger when a PR is commented on with `/deploy` or when the workflow is manually triggered.
name: Deploy PR
on:
issue_comment:
Expand Down