CI: don't run wlroots update in PRs

This commit is contained in:
Mihai Fufezan 2023-09-12 11:48:30 +03:00
parent ed51fe7bac
commit b6191cbc76
No known key found for this signature in database

View File

@ -4,10 +4,12 @@ on: [push, pull_request, workflow_dispatch]
jobs:
wlroots:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/nix-update-wlroots.yml
secrets: inherit
build:
if: always() && !cancelled() && !contains(needs.*.result, 'failure')
needs: wlroots
uses: ./.github/workflows/nix-build.yml
secrets: inherit