| name: Canary:Internal | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| types: [opened, synchronize, reopened, labeled, unlabeled] | |
| jobs: | |
| test_ecosystem: | |
| permissions: | |
| pull-requests: write | |
| uses: ./.github/workflows/canary.yaml | |
| with: | |
| repos_file: .github/test_repos/repos.json | |
| local_debug: true |