Skip to content

Commit 51299f4

Browse files
committed
(#200) Removed leftover dependencies on sonar job for release workflows
1 parent f590c60 commit 51299f4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/snapshot_release.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66

77
jobs:
88
test:
9-
needs:
10-
- sonar
119
strategy:
1210
matrix:
1311
os: [ ubuntu-latest, windows-latest, macos-latest ]
@@ -41,7 +39,6 @@ jobs:
4139

4240
deploy:
4341
needs:
44-
- sonar
4542
- test
4643
runs-on: ubuntu-latest
4744
steps:

.github/workflows/tagged_release.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66

77
jobs:
88
test:
9-
needs:
10-
- sonar
119
strategy:
1210
matrix:
1311
os: [ ubuntu-latest, windows-latest, macos-latest ]
@@ -41,7 +39,6 @@ jobs:
4139

4240
deploy:
4341
needs:
44-
- sonar
4542
- test
4643
runs-on: ubuntu-latest
4744
steps:

0 commit comments

Comments
 (0)