Do not deploy pr to spaces on prs originating from forks (#2274)

* Disable deployments from running on forks

* Update workflow file

* Undo change to pypi workflow
This commit is contained in:
Freddy Boulton 2022-09-15 12:03:06 -05:00 committed by GitHub
parent 597337dcb8
commit 1a0021e432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ on:
jobs:
deploy-current-pr:
if: github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3