Skip to content

Commit 24dcfba

Browse files
committed
debug
1 parent 18ffac3 commit 24dcfba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ jobs:
410410
with open(github_output, 'a') as output_file:
411411
print(f'{output_name}=success', file=output_file)
412412
- if: failure()
413-
run: echo "0" >> "pg_result_${{ matrix.os }}"
414-
- if: success()
415413
run: echo "1" >> "pg_result_${{ matrix.os }}"
414+
- if: success()
415+
run: echo "0" >> "pg_result_${{ matrix.os }}"
416416
- name: Upload result artifact
417417
uses: actions/upload-artifact@v4
418418
with:

0 commit comments

Comments
 (0)