set fail-fast behavior (#10336)

This commit is contained in:
Ignacio Sica
2025-05-15 15:24:45 -03:00
committed by GitHub
parent c2bf2c6bb0
commit 47b3055fe2

View File

@@ -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