Skip to content

Commit 32232ab

Browse files
committed
switch around pr jobs
1 parent a8398c8 commit 32232ab

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/kind_antrea.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Kind Antrea Cyclonus
22
on:
3+
pull_request:
34
workflow_dispatch:
45
inputs:
56
cyclonus_args:

.github/workflows/kind_calico.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Kind Calico Cyclonus
22
on:
3-
pull_request:
3+
# pull_request:
44
workflow_dispatch:
55
inputs:
66
cyclonus_args:

.github/workflows/kind_ovn.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Kind Ovn Cyclonus
22
on:
3+
pull_request:
34
workflow_dispatch:
45
inputs:
56
cyclonus_args:

0 commit comments

Comments
 (0)