Fix manual triggering of client workflow (#2625)
This commit is contained in:
parent
999caf0ccf
commit
3d20b03760
4
.github/workflows/client.yml
vendored
4
.github/workflows/client.yml
vendored
|
|
@ -147,7 +147,7 @@ jobs:
|
|||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||
|
||||
- name: Checkout the head commit of the branch
|
||||
if: github.event_name == 'push'
|
||||
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js 10.16.3
|
||||
|
|
@ -290,7 +290,7 @@ jobs:
|
|||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||
|
||||
- name: Checkout the head commit of the branch
|
||||
if: github.event_name == 'push'
|
||||
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Download the react build artifact
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user