doubleopen-project / policy-configuration

Double Open license classification for OSS Review Toolkit (ORT) and other uses.
Creative Commons Zero v1.0 Universal
12 stars 5 forks source link

Turn on workflow-dispatch for the Github workflow "Check" #73

Closed Etsija closed 6 months ago

Etsija commented 6 months ago

To be able to run the check.yml workflow manually on Github - for example when modifications to license-classifications.yml are made - the workflow-dispatch event is added to the check.yml workflow.

With this addition, anyone who creates a new branch to modify the license-classifications.yml and pushes changes to the branch, can go to Github, select Actions, select the check.yml workflow and run the workflow manually for the corresponding branch, to check that the workflow passes.

These manual check runs can thus be triggered even before a PR is created.