Skip to content

ci(gh-actions): Allow workflow callers to specify the runner as workflow input #712

ci(gh-actions): Allow workflow callers to specify the runner as workflow input

ci(gh-actions): Allow workflow callers to specify the runner as workflow input #712

Workflow file for this run

name: CI
on:
# Allow this workflow to be triggered manually:
workflow_dispatch:
# Allow this workflow to be run in merge queues:
merge_group:
# Run this workflow when PRs target `main` and when they're merged in `main`:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
uses: metacraft-labs/nixos-modules/.github/workflows/flake-checks-ci-matrix.yml@main

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "metacraft-labs/nixos-modules/.github/workflows/flake-checks-ci-matrix.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
runner: '["self-hosted", "Linux", "x86-64-v2"]'
run-cachix-deploy: false