8000 chore(ci): do not run release workflow in forks · python-gitlab/python-gitlab@2b6edb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b6edb9

Browse files
nejchJohnVillalovos
authored andcommitted
chore(ci): do not run release workflow in forks
1 parent 59c08f9 commit 2b6edb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
release:
10+
if: github.repository == 'python-gitlab/python-gitlab'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
0