Fix manual triggering of client workflow (#2624)

This commit is contained in:
Shrikant Sharat Kandula 2021-01-19 15:53:37 +05:30 committed by GitHub
parent 6750ca1981
commit 999caf0ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,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
with:
fetch-depth: 0