Skip to content

Route trusted Linux builds to managed runners #1

Route trusted Linux builds to managed runners

Route trusted Linux builds to managed runners #1

Workflow file for this run

name: CI
# Fork PRs use GitHub-hosted runners. Same-repository PRs call the
# main-branch workflow, whose Linux jobs can use the managed public fleet.
on:
pull_request:
pull_request_target:
permissions: read-all
jobs:
run:
if: >-
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) ||
(github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name == github.repository)
uses: kenn-io/agentsview/.github/workflows/ci.yml@main

Check failure on line 18 in .github/workflows/ci-pr.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/ci-pr.yml" -> "kenn-io/agentsview/.github/workflows/ci.yml@main" (source branch with sha:285bfa3430dadd6220c237d2ec19f373ec209416) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
checkout_ref: refs/pull/${{ github.event.pull_request.number }}/merge