Fix manual triggering of client workflow (#2625)

This commit is contained in:
Shrikant Sharat Kandula 2021-01-19 17:46:55 +05:30 committed by GitHub
parent 999caf0ccf
commit 3d20b03760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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