From 47b3055fe217221a73e18a36a810b55163e4c911 Mon Sep 17 00:00:00 2001 From: Ignacio Sica Date: Thu, 15 May 2025 15:24:45 -0300 Subject: [PATCH] set fail-fast behavior (#10336) --- .github/workflows/benchmark.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7a9d3316e6..3ed6348fe4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 20 defaults: run: - shell: bash -o pipefail {0} + shell: bash -e -o pipefail {0} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -161,7 +161,7 @@ jobs: timeout-minutes: 30 defaults: run: - shell: bash -o pipefail {0} + shell: bash -e -o pipefail {0} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -275,7 +275,7 @@ jobs: timeout-minutes: 20 defaults: run: - shell: bash -o pipefail {0} + shell: bash -e -o pipefail {0} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -347,7 +347,7 @@ jobs: timeout-minutes: 20 defaults: run: - shell: bash -o pipefail {0} + shell: bash -e -o pipefail {0} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -473,7 +473,7 @@ jobs: timeout-minutes: 30 defaults: run: - shell: bash -o pipefail {0} + shell: bash -e -o pipefail {0} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -543,7 +543,7 @@ jobs: timeout-minutes: 20 defaults: run: - shell: bash -o pipefail {0} + shell: bash -e -o pipefail {0} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code