From afbded6693b57abc3cebf0d16207662e59363d04 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Mon, 16 Jun 2025 17:48:45 +0800 Subject: [PATCH] chore: remove unused comment in workflow --- .github/workflows/beta-release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 2d14ce33..f53dd2ed 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -26,11 +26,6 @@ permissions: jobs: build-and-release-beta: - # Multiple security checks: - # 1. Commit message must contain '[release-beta]' - # 2. For PRs: only allow from repository collaborators/members - # 3. For push: only allow from specific users or branches - # 4. Additional user whitelist (optional - uncomment and modify as needed) if: | contains(github.event.head_commit.message, '[release-beta]') && ( github.event_name == 'push' ||