mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore: remove unused comment in workflow
This commit is contained in:
parent
f5426ae20c
commit
afbded6693
1 changed files with 0 additions and 5 deletions
5
.github/workflows/beta-release.yml
vendored
5
.github/workflows/beta-release.yml
vendored
|
|
@ -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' ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue