Skip to content

Commit

Permalink
try triggering workflows on delete
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgubler committed Jul 5, 2024
1 parent 1d3feb0 commit a529b02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-stop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ jobs:
kubectl delete claim -l "k8ify.ref-slug=${CI_PR_HEAD_REF_SLUG}" || true
name: Stop test
"on":
pull_request:
types:
- closed
delete: {}
workflow_dispatch: {}

0 comments on commit a529b02

Please sign in to comment.