From 3ec842f59dcf5027ce42a3ef9516b4dd5f62f2f0 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sun, 26 Oct 2025 11:37:21 +0100 Subject: [PATCH] Update check_locales.yml --- .github/workflows/check_locales.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_locales.yml b/.github/workflows/check_locales.yml index dd98def8a..6293f885e 100644 --- a/.github/workflows/check_locales.yml +++ b/.github/workflows/check_locales.yml @@ -1,7 +1,7 @@ name: Check Localization Files on PR on: - pull_request_target: + pull_request: types: [opened, synchronize, reopened] paths: - "frontend/public/locales/*-*/translation.json" @@ -23,7 +23,7 @@ permissions: jobs: check-files: - if: github.event_name == 'pull_request_target' + if: github.event_name == 'pull_request' runs-on: ubuntu-latest permissions: issues: write # Allow posting comments on issues/PRs