Unverified Commit c1140590 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

workflows/merge-group: make check & build required (#464968)

parents cae9b6e7 2dd1eca3
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