feat(sync): add machine-labeled session sources #405
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| # The PR dispatcher always calls the main-pinned workflow. That workflow | |
| # independently routes same-repository Linux jobs to the managed public fleet | |
| # and fork jobs to GitHub-hosted runners. | |
| on: | |
| pull_request: | |
| permissions: read-all | |
| jobs: | |
| run: | |
| uses: kenn-io/agentsview/.github/workflows/ci.yml@main |