豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit b087011

Browse files
authored
chore: disable scheduled jobs
Disable scheduled Codacy analysis
2 parents caee9d9 + daafe90 commit b087011

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
pull_request:
1515
# The branches below must be a subset of the branches above
1616
branches: [ main ]
17-
schedule:
18-
- cron: '15 16 * * 2'
17+
#schedule:
18+
# - cron: '15 16 * * 2'
1919

2020
permissions:
2121
actions: read

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ "main" ]
20-
schedule:
21-
- cron: '44 20 * * 0'
20+
#schedule:
21+
# - cron: '44 20 * * 0'
2222

2323
permissions:
2424
actions: read

0 commit comments

Comments
 (0)