Skip to content

Commit 9829ede

Browse files
committed
Update CI
1 parent 4d3cd37 commit 9829ede

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test
1+
name: Build-and-test
22
on:
33
push:
44
branches:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Publish to nuget.org
1+
name: Publish-to-nuget
22
on:
33
workflow_run:
4-
workflows: ["Check code quality"]
4+
workflows: ["Check-code-quality"]
55
branches: ["v[0-9]+.[0-9]+.[0-9]+"]
66
types:
77
- completed

.github/workflows/sonarqube.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: Check code quality
1+
name: Check-code-quality
22
on:
33
workflow_run:
4-
workflows: ["Build and test"]
4+
workflows: ["Build-and-test"]
55
types:
66
- completed
77
jobs:
88
sonarqube:
99
name: sonarqube
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
11+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1112
steps:
1213
- name: Set up JDK 17
1314
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)