Skip to content

Commit 227c4ae

Browse files
Merge pull request #2052 from hugovk/main
Only run release workflows for upstream
2 parents 6c83bcc + f501d7c commit 227c4ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Release Drafter
88

99
jobs:
1010
draft_release:
11+
if: github.repository_owner == 'PyCQA'
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: release-drafter/release-drafter@v5

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Release
88

99
jobs:
1010
release:
11+
if: github.repository_owner == 'PyCQA'
1112
name: Release
1213
runs-on: ubuntu-latest
1314
steps:

0 commit comments

Comments
 (0)