Skip to content

Commit a31882b

Browse files
authored
Disable scheduled trigger in jp-loadingbg.yml
Comment out the scheduled cron job for workflow.
1 parent b2c84ae commit a31882b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jp-loadingbg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ permissions:
44
contents: write # ✅ 必须,否则 Release 会失败
55

66
on:
7-
schedule:
8-
- cron: "0 3 * * *" # UTC 03:00 (≈ JST 12:00)
7+
# schedule:
8+
# - cron: "0 3 * * *" # UTC 03:00 (≈ JST 12:00)
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)