Fix required checks (#18)

This commit is contained in:
Patrick Stevens
2024-07-12 17:23:25 +01:00
committed by GitHub
parent c2cba2fd66
commit af6918894b
2 changed files with 46 additions and 1 deletions

View File

@@ -181,10 +181,15 @@ jobs:
run: sh .github/workflows/tag.sh
all-required-checks-complete:
if: ${{ always() }}
needs: [check-dotnet-format, check-nix-format, build, build-nix, linkcheck, flake-check, nuget-pack, expected-pack, github-release-dry-run, build-windows]
runs-on: ubuntu-latest
steps:
- run: echo "All required checks complete."
- uses: actions/checkout@v4
- name: Check job statuses
env:
RESULTS: ${{ toJSON(needs) }}
run: python .github/workflows/required_checks.py
attestation:
runs-on: ubuntu-latest