Skip to content

Commit

Permalink
chore: revert fail-fast condition for the main job
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 14, 2024
1 parent c4ce27a commit efea2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: ${{ matrix.go-version }}
fail-fast: false
fail-fast: true
platform: ${{ matrix.platform }}
project-directory: "."
rootless-docker: false
Expand Down
2 changes: 1 addition & 1 deletion modulegen/_template/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: {{ "${{ matrix.go-version }}" }}
fail-fast: false
fail-fast: true
platform: {{ "${{ matrix.platform }}" }}
project-directory: "."
rootless-docker: false
Expand Down

0 comments on commit efea2b7

Please sign in to comment.