File tree Expand file tree Collapse file tree 3 files changed +25
-11
lines changed
Expand file tree Collapse file tree 3 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 11name : golangci-lint
22on :
33 push :
4- tags :
5- - v*
64 branches :
7- - master
5+ - " master"
6+ - " release-*"
7+ tags :
8+ - " v*"
89 pull_request :
10+ branches :
11+ - " master"
12+ - " release-*"
13+
914jobs :
1015 golangci :
1116 name : lint
Original file line number Diff line number Diff line change 11name : build
2- on : [push, pull_request]
2+ on :
3+ push :
4+ branches :
5+ - " master"
6+ - " release-*"
7+ tags :
8+ - " v*"
9+ pull_request :
10+ branches :
11+ - " master"
12+ - " release-*"
13+
314jobs :
415 validate :
516 name : Validate
920 defaults :
1021 run :
1122 working-directory : ${{ env.GOPATH }}/src/github.com/kubeflow/mpi-operator
12- # Pull requests from the same repository won't trigger this checks as they were already triggered by the push
13- if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1423 steps :
1524 - name : Clone the code
1625 uses : actions/checkout@v3
3443 name : E2E
3544 runs-on :
3645 labels : ubuntu-latest-16-cores
37- # Pull requests from the same repository won't trigger this checks as they were already triggered by the push
38- if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
3946 strategy :
4047 fail-fast : false
4148 matrix :
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ name: build and publish mpi multi-arch docker image
33on :
44 push :
55 branches :
6- - " master"
6+ - " master"
7+ - " release-*"
78 tags :
8- - " v*"
9+ - " v*"
910 pull_request :
1011 branches :
11- - " master"
12+ - " master"
13+ - " release-*"
1214
1315env :
1416 IMAGE_NAME : mpioperator/mpi-operator
You can’t perform that action at this time.
0 commit comments