From 0c31ded8a4248a33245ad7620f3ac3758a27865d Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Thu, 26 Feb 2026 15:51:11 +0100 Subject: [PATCH] Fix permissions for check untested packages action --- .github/workflows/check_untested_pkgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_untested_pkgs.yml b/.github/workflows/check_untested_pkgs.yml index f3f3038db8..da3f967850 100644 --- a/.github/workflows/check_untested_pkgs.yml +++ b/.github/workflows/check_untested_pkgs.yml @@ -3,7 +3,7 @@ name: Check untested packages 'on': - pull_request: + pull_request_target: types: - opened - reopened