Skip to content

Commit b383eda

Browse files
committed
updating main yaml
1 parent 911e11b commit b383eda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
secrets: inherit
1313
syntax:
1414
uses: ./.github/workflows/syntax.yml
15+
needs: build
1516
secrets: inherit
1617
scan:
1718
uses: ./.github/workflows/scan.yml
19+
needs: build
1820
secrets: inherit

0 commit comments

Comments
 (0)