Unverified Commit 4ecce935 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

[Backport release-25.11] workflows/merge-group: make check & build required (#464997)

parents dca82c31 a75f6101
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -111,8 +111,10 @@ jobs:
    if: github.event_name != 'pull_request' && always()
    # Modify this list to add or remove jobs from required status checks.
    needs:
      - check
      - lint
      - eval
      - build
    runs-on: ubuntu-slim
    permissions:
      statuses: write