From 8e4378a5544049ba28360187c3af60b65c652308 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Tue, 12 Sep 2023 11:48:23 +0300 Subject: [PATCH] fix: allow merge non-translations pull requests The `validate-translation-files.yml` workflow is now required, but it runs only on PRs in which `translations/**` have been edited. This causes the non-translation pull requests to be blocked from merging because the `validate-translation-files.yml` won't run depite being required. --- .github/workflows/validate-translation-files.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/validate-translation-files.yml b/.github/workflows/validate-translation-files.yml index 2621c4b4f5c..65c8065b0cc 100644 --- a/.github/workflows/validate-translation-files.yml +++ b/.github/workflows/validate-translation-files.yml @@ -4,8 +4,6 @@ name: Validate translation PO files on: pull_request: - paths: - - 'translations/**' jobs: validate-po-files: