From be8ad1198fc7c39f49c8dc2fad189cc5dc4ebacb Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Fri, 6 Dec 2024 12:04:30 -0600 Subject: [PATCH] hotfix: don't warn on workflow_run events --- .github/workflows/translations-pr-lint-and-format.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/translations-pr-lint-and-format.yml b/.github/workflows/translations-pr-lint-and-format.yml index bd4066e732aa5..3a8433aeae631 100644 --- a/.github/workflows/translations-pr-lint-and-format.yml +++ b/.github/workflows/translations-pr-lint-and-format.yml @@ -34,7 +34,6 @@ jobs: comment_on_translation_pr: # This comment should always be posted on forks, or from internal PRs not originating from Crowdin (which are direct branches) if: | - (github.event_name == 'workflow_run' && github.event.workflow_run.head_commit.message != 'chore: synced translations from crowdin') || (github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != 'nodejs/nodejs.org') || (github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name == 'nodejs/nodejs.org' && github.event.pull_request.head.ref != 'chore/crowdin')