ci: Require docs job to pass before making a release
This commit is contained in:
committed by
Wolfgang Walther
parent
333f8cf592
commit
073280ad32
@@ -18,6 +18,12 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
name: Docs
|
||||
if: github.event_name == 'push'
|
||||
uses: ./.github/workflows/docs.yaml
|
||||
|
||||
|
||||
Lint-Style:
|
||||
name: Lint & check code style
|
||||
runs-on: ubuntu-latest
|
||||
@@ -353,6 +359,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- docs
|
||||
- Lint-Style
|
||||
- Test-Nix
|
||||
- Test-Pg-Nix
|
||||
|
||||
Reference in New Issue
Block a user