Skip to content

Commit

Permalink
Fix PR delete type
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent 2e99209 commit 2e6b8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm_pr_deployment_delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy PR to Kubernetes

on:
pull_request:
types: [opened, synchronize, reopened]
types: [closed]
workflow_run:
workflows: ["tests"]
branches: [main]
Expand Down

0 comments on commit 2e6b8a9

Please sign in to comment.