mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Merge pull request #250 from RustPython/fix-deploymnet
Limit the deployment only to the specific build job
This commit is contained in:
@@ -69,6 +69,7 @@ matrix:
|
||||
if: branch = release
|
||||
env:
|
||||
- REGULAR_TEST=false
|
||||
- DEPLOY_DOC=true
|
||||
- name: WASM online demo
|
||||
language: rust
|
||||
rust: nightly
|
||||
@@ -84,6 +85,7 @@ matrix:
|
||||
if: branch = release
|
||||
env:
|
||||
- REGULAR_TEST=false
|
||||
- DEPLOY_DEMO=true
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
env: REGULAR_TEST=true
|
||||
@@ -99,6 +101,7 @@ deploy:
|
||||
keep-history: true
|
||||
on:
|
||||
branch: release
|
||||
condition: $DEPLOY_DOC=true
|
||||
- provider: pages
|
||||
repo: RustPython/demo
|
||||
target-branch: master
|
||||
@@ -109,3 +112,4 @@ deploy:
|
||||
keep-history: true
|
||||
on:
|
||||
branch: release
|
||||
condition: $DEPLOY_DEMO=true
|
||||
|
||||
Reference in New Issue
Block a user