Skip to content

Commit ceaaa10

Browse files
committed
ci: jobs order
1 parent 3a6a3d4 commit ceaaa10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
make lint-pipeline
5858
5959
reports:
60-
needs: testing
60+
needs: linting
6161
strategy:
6262
fail-fast: true
6363
max-parallel: 1
@@ -132,7 +132,7 @@ jobs:
132132
133133
134134
build:
135-
needs: testing
135+
needs: linting
136136
strategy:
137137
fail-fast: false
138138
max-parallel: 2

0 commit comments

Comments
 (0)