Skip to content

Commit

Permalink
Only run release workflows for upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 17, 2022
1 parent 6c83bcc commit f501d7c
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 f501d7c

Please sign in to comment.