Skip to content

xdg_shell: improve xdg_positioner slide behavior #4144

xdg_shell: improve xdg_positioner slide behavior

xdg_shell: improve xdg_positioner slide behavior #4144

Workflow file for this run

name: Nix
on: [push, pull_request, workflow_dispatch]
jobs:
update-inputs:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/nix-update-inputs.yml

Check failure on line 8 in .github/workflows/nix-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nix-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/nix-ci.yml" -> "./.github/workflows/nix-update-inputs.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
build:
if: always() && !cancelled() && !contains(needs.*.result, 'failure')
needs: update-inputs
uses: ./.github/workflows/nix-build.yml
secrets: inherit