mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
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:
parent
597337dcb8
commit
1a0021e432
1
.github/workflows/deploy-spaces.yml
vendored
1
.github/workflows/deploy-spaces.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user