Skip to content

Commit 5bfdce8

Browse files
authored
Don't trigger wheel builds on forks (#11124)
Co-authored-by: hauntsaninja <>
1 parent e2d8a50 commit 5bfdce8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build wheels
1+
name: Trigger wheel build
22

33
on:
44
push:
@@ -14,6 +14,7 @@ on:
1414

1515
jobs:
1616
build-wheels:
17+
if: github.repository == 'python/mypy'
1718
runs-on: ubuntu-latest
1819
steps:
1920
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)