CI: disable finish check for mq

This commit is contained in:
Max Kainov 2024-04-08 15:03:13 +00:00
parent 5fd4e3f25c
commit 603824748d

View File

@ -157,7 +157,7 @@ jobs:
################################# Stage Final #################################
#
FinishCheck:
if: ${{ !failure() && !cancelled() }}
if: ${{ !failure() && !cancelled() && github.event_name != 'merge_group' }}
needs: [Tests_1, Tests_2]
runs-on: [self-hosted, style-checker]
steps: