Skip to content

Commit

Permalink
Merge pull request #1215 from cpcloud/required-statuses
Browse files Browse the repository at this point in the history
ci: make job to collect all upstream jobs to enable a status check
  • Loading branch information
cpcloud authored Jul 10, 2023
2 parents 1769784 + 48ca5ef commit 77a4f59
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
pull_request:
merge_group:

concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
Expand Down Expand Up @@ -86,3 +87,14 @@ jobs:
name: poetry2nix
signingKey: "VhaWuN3IyJVpWg+aZvTocVB+W8ziZKKRGLKR53Pkld3YRZxYOUfXZf0fvqF+LkqVW0eA60trVd5vsqNONpX9Hw=="
- run: nix-shell --arg packages 'pkgs:[ pkgs.nix-build-uncached ]' --run 'nix-build-uncached -build-flags "-L" --keep-going --show-trace tests/default.nix'

collect:
runs-on: ubuntu-latest
needs:
- nixpkgs-fmt
- black-fmt
- builds-linux
- builds-macos
- sort-build-systems
steps:
- run: exit 0

0 comments on commit 77a4f59

Please sign in to comment.