From e66483800371078fd58283e8d0779a00039e787d Mon Sep 17 00:00:00 2001 From: Catherine Date: Tue, 8 Aug 2023 12:51:58 +0000 Subject: CI: group all required workflows into one for the status check. This simplifies repository management. --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12cbe32..7de617d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,3 +46,11 @@ jobs: - name: Test run: | python -m unittest discover -t . -s amaranth_boards -p '*.py' + + required: # group all required workflows into one for the required status check + needs: + - test + runs-on: ubuntu-latest + steps: + - run: | + true -- cgit v1.2.3