File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments