Skip to content

Commit 2068a22

Browse files
authored
maint: Fix release.yml by only running for octokit owner (#614)
Only run release workflow from octokit repo
1 parent 730a26d commit 2068a22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515

1616
jobs:
1717
release:
18+
if: github.repository_owner == 'octokit'
1819
name: release
1920
runs-on: ubuntu-latest
2021
steps:

0 commit comments

Comments
 (0)