Add dependent job to s3 uploading (#16276)

This commit is contained in:
Daniel 2021-12-02 18:25:47 +03:00 committed by GitHub
parent 3eb8828c2c
commit a5605a87a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ on:
workflow_dispatch:
jobs:
upload-s3:
needs: pull_request_ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1