Skip to content

Commit 33139ac

Browse files
committed
CI: group all required workflows into one for the status check.
This simplifies repository management.
1 parent 93e89f5 commit 33139ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ jobs:
8787
name: docs
8888
path: docs/_build
8989

90+
required: # group all required workflows into one for the required status check
91+
needs:
92+
- test
93+
- document
94+
runs-on: ubuntu-latest
95+
steps:
96+
- run: |
97+
true
98+
9099
publish-docs:
91100
needs: document
92101
if: github.repository == 'amaranth-lang/amaranth'

0 commit comments

Comments
 (0)