Skip to content

Commit

Permalink
Always deploy to spaces (#5777)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Oct 3, 2023
1 parent 2626a26 commit f09aea3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-pr-to-spaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
- run: unzip all_demos.zip -d all_demos
- run: cp -R all_demos/* demo/all_demos
- name: Upload demo to spaces
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
if: github.event.workflow_run.event == 'pull_request'
id: upload-demo
run: |
python scripts/upload_demo_to_space.py all_demos \
Expand Down

0 comments on commit f09aea3

Please sign in to comment.