Skip to content

Commit 7c10d21

Browse files
authored
Update merge.yml
1 parent b6f0b38 commit 7c10d21

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/merge.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,16 @@ jobs:
8282
exit 1
8383
fi
8484
85-
- name: Check required status checks on appcat PR
86-
run: |
87-
PASSED=$(gh api repos/${{ github.repository }}/commits/${{ steps.appcat.outputs.last-sha }}/check-runs \
88-
--jq '[.check_runs[].conclusion] | all(. == "success" or . == "skipped")')
89-
90-
if [ "$PASSED" != "true" ]; then
91-
echo "❌ Required status checks did not pass"
92-
exit 1
93-
fi
85+
# Disable temporarily
86+
#- name: Check required status checks on appcat PR
87+
# run: |
88+
# PASSED=$(gh api repos/${{ github.repository }}/commits/${{ steps.appcat.outputs.last-sha }}/check-runs \
89+
# --jq '[.check_runs[].conclusion] | all(. == "success" or . == "skipped")')
90+
#
91+
# if [ "$PASSED" != "true" ]; then
92+
# echo "❌ Required status checks did not pass"
93+
# exit 1
94+
# fi
9495

9596
- name: Check for merge conflicts on appcat PR
9697
id: check-conflicts

0 commit comments

Comments
 (0)