Skip to content

Commit dd3c250

Browse files
authored
Disable continue on error (#1214)
1 parent 7cd8f10 commit dd3c250

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
repository: "pytorch/builder"
5050
ref: ${{ inputs.ref || github.ref }}
5151
job-name: ${{ matrix.build_name }}
52-
continue-on-error: true
5352
script: |
5453
set -ex
5554
export ENV_NAME="conda-env-${{ github.run_id }}"

.github/workflows/validate-macos-binaries.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
repository: "pytorch/builder"
5656
ref: ${{ inputs.ref || github.ref }}
5757
job-name: ${{ matrix.build_name }}
58-
continue-on-error: true
5958
script: |
6059
set -ex
6160
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -95,7 +94,6 @@ jobs:
9594
repository: "pytorch/builder"
9695
ref: ${{ inputs.ref || github.ref }}
9796
job-name: ${{ matrix.build_name }}
98-
continue-on-error: true
9997
script: |
10098
set -ex
10199
export ENV_NAME="conda-env-${{ github.run_id }}"

.github/workflows/validate-windows-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
repository: "pytorch/builder"
5050
ref: ${{ inputs.ref || github.ref }}
5151
job-name: ${{ matrix.build_name }}
52-
continue-on-error: true
5352
script: |
5453
set -ex
5554
export ENV_NAME="conda-env-${{ github.run_id }}"

0 commit comments

Comments
 (0)