From ca2d16edfd7cf1f757a989aa21f535e4e4cb8874 Mon Sep 17 00:00:00 2001 From: Gideon <87426140+GideonBear@users.noreply.github.com> Date: Sat, 15 Nov 2025 10:56:42 +0100 Subject: [PATCH] ci(lint_pr): run on synchronize, and add zizmor ignore (#1508) --- .github/workflows/lint_pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 2d3690a7..01e5fd2b 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -1,11 +1,12 @@ name: 'Lint PR' on: - pull_request_target: + pull_request_target: # zizmor: ignore[dangerous-triggers] this is the only way, and we're not running user code types: - opened - edited - reopened + - synchronize jobs: main: