[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

ci: cancel github action on branch update (#506)

authored by

jyc.dev and committed by
GitHub
7aede3f6 2551708a

+5
+5
.github/workflows/ci.yml
··· 11 11 branches: 12 12 - main 13 13 14 + # cancel in-progress runs on new commits to same PR (gitub.event.number) 15 + concurrency: 16 + group: ${{ github.workflow }}-${{ github.event.number || github.sha }} 17 + cancel-in-progress: true 18 + 14 19 permissions: 15 20 contents: read 16 21