Skip to content

Commit 3fe6abe

Browse files
ci: add workflow_dispatch for manual reruns
Allows maintainers to re-trigger the KinD e2e and downstream unit test workflows directly from the GitHub Actions UI without needing a dummy commit, which is useful for investigating flakes.
1 parent 7c4c338 commit 3fe6abe

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/kind-e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: KinD e2e tests
33
on:
44
pull_request:
55
branches: [ 'main', 'master' ]
6+
workflow_dispatch:
67

78
defaults:
89
run:

.github/workflows/knative-downstream.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ name: Downstream
1717
on:
1818
pull_request:
1919
branches: [ 'main', 'master' ]
20+
workflow_dispatch:
2021

2122
jobs:
2223

0 commit comments

Comments
 (0)