Hyprland/.github/workflows/nix-ci.yml

16 lines
358 B
YAML
Raw Normal View History

2023-09-10 20:51:13 +02:00
name: Nix
on: [push, pull_request, workflow_dispatch]
jobs:
wlroots:
2023-09-12 10:48:30 +02:00
if: github.event_name != 'pull_request'
2023-09-10 20:51:13 +02:00
uses: ./.github/workflows/nix-update-wlroots.yml
secrets: inherit
build:
2023-09-12 10:48:30 +02:00
if: always() && !cancelled() && !contains(needs.*.result, 'failure')
2023-09-10 20:51:13 +02:00
needs: wlroots
uses: ./.github/workflows/nix-build.yml
secrets: inherit