native macOS codings agent orchestrator
6
fork

Configure Feed

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

Disable cancel-in-progress for test and build workflows

khoi dc4dd55d cc242a04

+2 -2
+1 -1
.github/workflows/build.yml
··· 7 7 8 8 concurrency: 9 9 group: build-${{ github.ref }} 10 - cancel-in-progress: true 10 + cancel-in-progress: false 11 11 12 12 jobs: 13 13 build:
+1 -1
.github/workflows/test.yml
··· 9 9 - main 10 10 concurrency: 11 11 group: ci-${{ github.ref }} 12 - cancel-in-progress: true 12 + cancel-in-progress: false 13 13 jobs: 14 14 build: 15 15 runs-on: macos-26