We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ef313 commit b766a96Copy full SHA for b766a96
.github/workflows/codeql.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
workflow_dispatch:
8
schedule:
9
- - cron: "26 6 * * 6"
+ - cron: "0 0 * * 0"
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
.github/workflows/docs-localization-upload.yml
@@ -2,8 +2,13 @@ name: "Multilingual Docs Upload"
2
3
on:
4
push:
5
+ paths:
+ - "discord/**"
+ - "docs/**"
branches: [master]
+ schedule:
+ - cron: "0 0 * * 1"
13
permissions: write-all
14
0 commit comments