native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove concurrency groups from test and build workflows

khoi e2052095 dc4dd55d

-7
-4
.github/workflows/build.yml
··· 5 5 branches: 6 6 - main 7 7 8 - concurrency: 9 - group: build-${{ github.ref }} 10 - cancel-in-progress: false 11 - 12 8 jobs: 13 9 build: 14 10 runs-on: macos-26
-3
.github/workflows/test.yml
··· 7 7 pull_request: 8 8 branches: 9 9 - main 10 - concurrency: 11 - group: ci-${{ github.ref }} 12 - cancel-in-progress: false 13 10 jobs: 14 11 build: 15 12 runs-on: macos-26