Enable manual workflow dispatch for Check font tags
This commit is contained in:
3
.github/workflows/font_tags.yaml
vendored
3
.github/workflows/font_tags.yaml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'tags/all/families.csv'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test_font_tags:
|
||||
@@ -23,4 +24,4 @@ jobs:
|
||||
run: pip install pytest
|
||||
- name: Check font tags
|
||||
run: |
|
||||
pytest .ci/test_font_tags.py
|
||||
pytest .ci/test_font_tags.py
|
||||
Reference in New Issue
Block a user