Try new method to keep CI from running on forks (#538)

This commit is contained in:
Peter W
2022-06-24 16:55:15 -05:00
committed by GitHub
parent 96a73e31f3
commit 7f6f411ea8

View File

@@ -18,8 +18,7 @@ concurrency:
jobs:
build:
if: >-
!github.event.repository.fork
if: github.repository_owner == 'pyscript'
runs-on: ubuntu-latest
permissions:
contents: read