Skip to content

Commit be8ad11

Browse files
committed
hotfix: don't warn on workflow_run events
1 parent 91be9ec commit be8ad11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/translations-pr-lint-and-format.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
comment_on_translation_pr:
3535
# This comment should always be posted on forks, or from internal PRs not originating from Crowdin (which are direct branches)
3636
if: |
37-
(github.event_name == 'workflow_run' && github.event.workflow_run.head_commit.message != 'chore: synced translations from crowdin') ||
3837
(github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != 'nodejs/nodejs.org') ||
3938
(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')
4039

0 commit comments

Comments
 (0)