Skip to content

Commit 495eae9

Browse files
authored
CI skip workflow on forks (#197)
1 parent 29a0734 commit 495eae9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on: push
77
jobs:
88
build:
99
name: Build distribution 📦
10+
# Don't run on forked repositories
11+
if: github.event.repository.fork != true
1012
runs-on: ubuntu-latest
1113

1214
steps:

0 commit comments

Comments
 (0)