mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 12:41:55 -07:00
CI: don't run wlroots update in PRs
This commit is contained in:
2
.github/workflows/nix-ci.yml
vendored
2
.github/workflows/nix-ci.yml
vendored
@@ -4,10 +4,12 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
wlroots:
|
wlroots:
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
uses: ./.github/workflows/nix-update-wlroots.yml
|
uses: ./.github/workflows/nix-update-wlroots.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
if: always() && !cancelled() && !contains(needs.*.result, 'failure')
|
||||||
needs: wlroots
|
needs: wlroots
|
||||||
uses: ./.github/workflows/nix-build.yml
|
uses: ./.github/workflows/nix-build.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Reference in New Issue
Block a user