Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 2dc9462

Browse files
committed
ci(cd): 💚 Set scan job dependant on test instead
1 parent fc7aaca commit 2dc9462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
scan:
138138
name: Scan
139-
needs: [coverage]
139+
needs: [test]
140140
# https://github.com/terminal-nerds/.github/blob/main/.github/workflows/sonar-cloud.yml
141141
uses: terminal-nerds/.github/.github/workflows/sonar-cloud.yml@main
142142
secrets:

0 commit comments

Comments
 (0)