File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Build and test
1
+ name : Build- and- test
2
2
on :
3
3
push :
4
4
branches :
Original file line number Diff line number Diff line change 1
- name : Publish to nuget.org
1
+ name : Publish-to- nuget
2
2
on :
3
3
workflow_run :
4
- workflows : ["Check code quality"]
4
+ workflows : ["Check- code- quality"]
5
5
branches : ["v[0-9]+.[0-9]+.[0-9]+"]
6
6
types :
7
7
- completed
Original file line number Diff line number Diff line change 1
- name : Check code quality
1
+ name : Check- code- quality
2
2
on :
3
3
workflow_run :
4
- workflows : ["Build and test"]
4
+ workflows : ["Build- and- test"]
5
5
types :
6
6
- completed
7
7
jobs :
8
8
sonarqube :
9
9
name : sonarqube
10
- runs-on : windows-latest
10
+ runs-on : ubuntu-latest
11
+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
11
12
steps :
12
13
- name : Set up JDK 17
13
14
uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments