mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-13 07:01:00 -05:00
Try new method to keep CI from running on forks (#538)
This commit is contained in:
3
.github/workflows/docs-review.yml
vendored
3
.github/workflows/docs-review.yml
vendored
@@ -18,8 +18,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: >-
|
||||
!github.event.repository.fork
|
||||
if: github.repository_owner == 'pyscript'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user