Workflow dispatch for full check (#92)

* add workflow_dispatch trigger
* full.yml: add inputs for workflow dispatch trigger
main
Kirill Sizov 4 years ago committed by GitHub
parent 776a549fb9
commit 3a88677eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,10 @@ on:
type: string
required: true
workflow_dispatch:
inputs:
ref:
type: string
required: true
env:
WORKFLOW_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Loading…
Cancel
Save