From efea2b7dc40f12ffeefc0edbca97ad83b15100b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 14 Feb 2024 23:31:41 +0100 Subject: [PATCH] chore: revert fail-fast condition for the main job --- .github/workflows/ci.yml | 2 +- modulegen/_template/ci.yml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80ac6487ad..2c7b90777c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/modulegen/_template/ci.yml.tmpl b/modulegen/_template/ci.yml.tmpl index 5f524345a8..defba6beb8 100644 --- a/modulegen/_template/ci.yml.tmpl +++ b/modulegen/_template/ci.yml.tmpl @@ -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