From 80c42a20cacf9b09b5420cefd65aa7ca39e74c16 Mon Sep 17 00:00:00 2001 From: Emma Marichal Date: Wed, 12 Nov 2025 11:26:49 +0100 Subject: [PATCH] Enable manual workflow dispatch for Check font tags --- .github/workflows/font_tags.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/font_tags.yaml b/.github/workflows/font_tags.yaml index 3ab266384..f96dca4a4 100644 --- a/.github/workflows/font_tags.yaml +++ b/.github/workflows/font_tags.yaml @@ -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 \ No newline at end of file