File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- " **"
7
+ pull_request :
8
+ branches :
9
+ - " master"
7
10
8
11
jobs :
9
12
deploy-at-github :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- " **"
7
+ pull_request :
8
+ branches :
9
+ - " master"
7
10
8
11
jobs :
9
12
helm-docs :
13
16
# Checkout the repository
14
17
- name : Checkout code
15
18
uses : actions/checkout@v3
19
+ with :
20
+ fetch-depth : 0
21
+ ref : ${{ github.head_ref || github.ref }}
16
22
17
23
# Install helm-docs
18
24
- name : Set up Go
51
57
git commit -m "Update helm docs" || echo "No changes to commit"
52
58
53
59
# Push changes back to the same branch
54
- git push origin HEAD
60
+ git push origin HEAD:${{ github.head_ref || github.ref }}
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- " **"
7
+ pull_request :
8
+ branches :
9
+ - " master"
7
10
8
11
jobs :
9
12
helm-lint :
12
15
steps :
13
16
- name : Checkout Code
14
17
uses : actions/checkout@v3
18
+ with :
19
+ fetch-depth : 0
20
+ ref : ${{ github.head_ref || github.ref }}
15
21
16
22
- name : Set up Helm
17
23
uses : azure/setup-helm@v3
45
51
git commit -m "Update JSON schema" || echo "No changes to commit"
46
52
47
53
# Push changes back to the same branch
48
- git push origin HEAD
54
+ git push origin HEAD:${{ github.head_ref || github.ref }}
49
55
50
56
- name : Lint values.yaml files in values/ directory
51
57
run : |
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : supersonic
3
3
description : Server infrastructure for inference-as-a-service in large scientific experiments.
4
4
icon : https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/SuperSONIC_small_512.png?raw=true
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
type : application
7
7
home : https://fastmachinelearning.org/SuperSONIC/
8
8
annotations :
You can’t perform that action at this time.
0 commit comments