限定仅定时任务中校验 repository owner

This commit is contained in:
neveler 2025-06-22 10:36:28 +08:00 committed by GitHub
parent 9c924e0475
commit 4e9300380f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ permissions:
jobs: jobs:
check-update: check-update:
if: ${{ github.repository_owner == 'HMCL-dev' }} if: ${{ github.event_name != 'schedule' || github.repository_owner == 'HMCL-dev' }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: