Skip to content

Commit

Permalink
ci: Add job depends to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Nov 3, 2021
1 parent 75dbcc3 commit 1e234bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
make lint-pipeline
reports:
needs: testing
strategy:
fail-fast: true
max-parallel: 1
Expand Down Expand Up @@ -130,6 +131,7 @@ jobs:
build:
needs: testing
strategy:
fail-fast: false
max-parallel: 2
Expand Down

0 comments on commit 1e234bb

Please sign in to comment.