File tree 9 files changed +9
-1
lines changed
9 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : build
2
2
on :
3
3
pull_request :
4
+ workflow_dispatch :
4
5
jobs :
5
6
image :
6
7
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
pull_request :
7
+ workflow_dispatch :
7
8
jobs :
8
9
e2e-tests :
9
10
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- ' v*'
7
-
7
+ workflow_dispatch :
8
8
jobs :
9
9
release :
10
10
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
paths :
5
5
- ' deploy/upstream/quickstart/**'
6
+ workflow_dispatch :
6
7
jobs :
7
8
install-quickstart :
8
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
schedule :
5
5
- cron : ' 0 0 * * *' # daily to pick up releases
6
+ workflow_dispatch :
6
7
jobs :
7
8
e2e-kind :
8
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
schedule :
5
5
- cron : ' 0 0 * * *' # daily to pick up releases
6
+ workflow_dispatch :
6
7
jobs :
7
8
e2e-minikube :
8
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- ' **'
6
6
pull_request :
7
+ workflow_dispatch :
7
8
jobs :
8
9
sanity :
9
10
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
pull_request :
7
+ workflow_dispatch :
7
8
jobs :
8
9
unit :
9
10
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
pull_request :
7
+ workflow_dispatch :
7
8
jobs :
8
9
verify :
9
10
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments