Reconcile periscope onto current AgentsView upstream (third integrative merge) #36
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 | |
| # Fork PRs must run the checked-in workflow so periscope-specific paths and | |
| # CI fixes apply. Upstream kenn-io/agentsview still owns the canonical | |
| # workflow for same-repo PRs on that repository. | |
| on: | |
| pull_request: | |
| permissions: read-all | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/ci.yml |