From f12af1f66588968e1abc68e1de7428322a1d30e1 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Fri, 21 Mar 2025 00:49:22 +0000 Subject: [PATCH] only run on pull_request trigger --- .github/workflows/action_scanning.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/action_scanning.yml b/.github/workflows/action_scanning.yml index 7368582..13d6dab 100644 --- a/.github/workflows/action_scanning.yml +++ b/.github/workflows/action_scanning.yml @@ -3,12 +3,6 @@ name: Scan GitHub Action workflows files for security issues on: pull_request: {} - workflow_dispatch: {} - push: - paths: - - '.github/workflows/**.ya?ml' - schedule: - - cron: '39 3 * * 3' permissions: contents: read