Update deploy_develop.yaml
This commit is contained in:
parent
0ab7cd05c7
commit
7a01c6c61b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy_develop.yaml
vendored
4
.github/workflows/deploy_develop.yaml
vendored
|
@ -5,14 +5,14 @@ name: Deploy develop.element.io
|
||||||
concurrency: deploy_develop
|
concurrency: deploy_develop
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: [ "Build" ]
|
workflows: [ "Build and upload sourcemaps to Sentry" ]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: develop
|
environment: develop
|
||||||
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
|
if: github.event.workflow_run.conclusion == 'success'
|
||||||
steps:
|
steps:
|
||||||
- name: Find Artifact ID
|
- name: Find Artifact ID
|
||||||
uses: actions/github-script@v3.1.0
|
uses: actions/github-script@v3.1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue