From a1e2e187c5721477e55eaee488860347d60efb68 Mon Sep 17 00:00:00 2001 From: suguanYang Date: Thu, 30 Apr 2026 09:50:53 +0000 Subject: [PATCH] ci: run checks only on pull requests --- .github/workflows/pr-ci.yml | 5 ----- .github/workflows/secret-scan.yml | 7 ------- 2 files changed, 12 deletions(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index a3eff7a7b..aeffa9798 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -5,11 +5,6 @@ on: branches: - main - staging - push: - branches: - - main - - staging - workflow_dispatch: permissions: contents: read diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index c903495a6..dcab85150 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -5,13 +5,6 @@ on: branches: - main - staging - push: - branches: - - main - - staging - workflow_dispatch: - schedule: - - cron: "17 3 * * *" permissions: contents: read