Skip to content

Commit dfaed08

Browse files
committed
using error sum as trigger directly
1 parent 18ea30d commit dfaed08

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/check_extension_build_status.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,4 @@ jobs:
2424
- name: Run Python script to calculate errors
2525
run: |
2626
python .github/get_build_status.py
27-
echo "has_errors=$has_errors" >> $GITHUB_ENV
28-
id: error_output
29-
30-
- name: Set the exit code
31-
if: env.has_errors == 'false'
32-
run: exit 1
27+
exit $error_sum

0 commit comments

Comments
 (0)