mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-11 06:58:42 +00:00
Abstract away the required-checks feature (#194)
This commit is contained in:
10
.github/workflows/dotnet.yaml
vendored
10
.github/workflows/dotnet.yaml
vendored
@@ -218,15 +218,13 @@ jobs:
|
||||
run: sh .github/workflows/tag.sh
|
||||
|
||||
all-required-checks-complete:
|
||||
if: ${{ always() }}
|
||||
needs: [check-dotnet-format, check-nix-format, check-accurate-generations, build, build-nix, linkcheck, flake-check, analyzers, nuget-pack, expected-pack, github-release-plugin-dry-run]
|
||||
if: ${{ always() }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check job statuses
|
||||
env:
|
||||
RESULTS: ${{ toJSON(needs) }}
|
||||
run: python .github/workflows/required_checks.py
|
||||
- uses: Smaug123/all-required-checks-complete-action@05b40a8c47ef0b175ea326e9abb09802cb67b44e
|
||||
with:
|
||||
needs-context: ${{ toJSON(needs) }}
|
||||
|
||||
attestation-attribute:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user