Skip to content

Commit b766a96

Browse files
committed
fix(actions): Action scheduling & path check for localization upload
- rescheduled codeql to sunday 00:00 - scheduled docs upload to monday 00:00
1 parent d8ef313 commit b766a96

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
workflow_dispatch:
88
schedule:
9-
- cron: "26 6 * * 6"
9+
- cron: "0 0 * * 0"
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/docs-localization-upload.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: "Multilingual Docs Upload"
22

33
on:
44
push:
5+
paths:
6+
- "discord/**"
7+
- "docs/**"
58
branches: [master]
69
workflow_dispatch:
10+
schedule:
11+
- cron: "0 0 * * 1"
712

813
permissions: write-all
914

0 commit comments

Comments
 (0)