Skip to content

Commit 70ff7f7

Browse files
authored
Disable daily scan job in workflow
Comment out the scheduled cron job for daily scans.
1 parent c362129 commit 70ff7f7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/scan-joins.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Daily scan join issues
22

33
on:
4-
schedule:
5-
- cron: "20 2 * * *" # 每天 02:20
4+
# impl by: https://github.com/mcpp-community/mcpp-bot
5+
#schedule:
6+
# - cron: "20 2 * * *" # 每天 02:20
67
workflow_dispatch:
78

89
permissions:
@@ -32,4 +33,4 @@ jobs:
3233
ORG: mcpp-community # ${{ vars.ORG }}
3334
GH_TOKEN: ${{ steps.app-token.outputs.token }}
3435
REPO: ${{ github.repository }}
35-
run: python .github/scripts/scan_join_issues.py
36+
run: python .github/scripts/scan_join_issues.py

0 commit comments

Comments
 (0)