native macOS codings agent orchestrator
6
fork

Configure Feed

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

Add concurrency control to release workflow

Ensures only one release workflow runs at a time by queuing
subsequent runs instead of canceling them.

khoi 16dc6130 365e81fb

+4
+4
.github/workflows/release.yml
··· 10 10 required: true 11 11 type: string 12 12 13 + concurrency: 14 + group: release 15 + cancel-in-progress: false 16 + 13 17 jobs: 14 18 release_notes: 15 19 runs-on: ubuntu-latest