Skip to content

Commit c661178

Browse files
committed
fix: update release workflow concurrency settings and repository condition
1 parent 0a528dc commit c661178

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ on:
55
push:
66
branches: [main]
77

8+
concurrency:
9+
group: release-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
release:
14+
if: github.repository == 'protohiro-com/effects'
1015
runs-on: ubuntu-latest
1116
permissions:
1217
contents: write

0 commit comments

Comments
 (0)