From 4841fbcb4250ce8cc0b99e78acf1110b4fa138bd Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Tue, 23 Jun 2026 06:15:45 +0900 Subject: [PATCH] CI: Check ASF action allowlist on every PR --- .github/workflows/asf-allowlist-check.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/asf-allowlist-check.yml b/.github/workflows/asf-allowlist-check.yml index 85ee0f463..202852115 100644 --- a/.github/workflows/asf-allowlist-check.yml +++ b/.github/workflows/asf-allowlist-check.yml @@ -26,13 +26,9 @@ name: "ASF Allowlist Check" on: pull_request: types: [opened, synchronize, reopened, ready_for_review] - paths: - - ".github/**" push: branches: - main - paths: - - ".github/**" permissions: contents: read