We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91be9ec commit be8ad11Copy full SHA for be8ad11
.github/workflows/translations-pr-lint-and-format.yml
@@ -34,7 +34,6 @@ jobs:
34
comment_on_translation_pr:
35
# This comment should always be posted on forks, or from internal PRs not originating from Crowdin (which are direct branches)
36
if: |
37
- (github.event_name == 'workflow_run' && github.event.workflow_run.head_commit.message != 'chore: synced translations from crowdin') ||
38
(github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != 'nodejs/nodejs.org') ||
39
(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')
40
0 commit comments