Skip to content

Commit

Permalink
chore(ci): do not run release workflow in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch authored and JohnVillalovos committed Jan 28, 2022
1 parent 59c08f9 commit 2b6edb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
release:
if: github.repository == 'python-gitlab/python-gitlab'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2b6edb9

Please sign in to comment.