Skip to content

Commit 89f8306

Browse files
committed
[NEEDS REVERT] fix exit codes ... again
1 parent 1850e04 commit 89f8306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prototype-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: transforms
5252
if: ${{ success() || steps.datasets.conclusion == 'failure' }}
5353
shell: bash
54-
run: exit 1
54+
run: exit 0
5555

5656
- name: Run prototype models tests
5757
if: ${{ success() || steps.transforms.conclusion == 'failure' }}

0 commit comments

Comments
 (0)