Skip to content

Commit

Permalink
Merge pull request #2052 from hugovk/main
Browse files Browse the repository at this point in the history
Only run release workflows for upstream
  • Loading branch information
timothycrosley committed Dec 17, 2022
2 parents 6c83bcc + f501d7c commit 227c4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Expand Up @@ -8,6 +8,7 @@ name: Release Drafter

jobs:
draft_release:
if: github.repository_owner == 'PyCQA'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -8,6 +8,7 @@ name: Release

jobs:
release:
if: github.repository_owner == 'PyCQA'
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 227c4ae

Please sign in to comment.