8000 Try new method to keep CI from running on forks (#538) · cm2solutions/pyscript@7f6f411 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f6f411

Browse files
authored
Try new method to keep CI from running on forks (pyscript#538)
1 parent 96a73e3 commit 7f6f411

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs-review.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ concurrency:
1818

1919
jobs:
2020
build:
21-
if: >-
22-
!github.event.repository.fork
21+
if: github.repository_owner == 'pyscript'
2322
runs-on: ubuntu-latest
2423
permissions:
2524
contents: read

0 commit comments

Comments
 (0)
0