mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-18 16:26:05 -04:00
限定仅定时任务中校验 repository owner
This commit is contained in:
parent
9c924e0475
commit
4e9300380f
2
.github/workflows/check-update.yml
vendored
2
.github/workflows/check-update.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user