Skip to content

Commit 0ff475b

Browse files
committed
chore(workflows): update cron schedules for CodeQL and npm publish workflows
1 parent 4298f4d commit 0ff475b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
branches: [ master ]
88
schedule:
9-
- cron: '0 0 * * 1' # Каждый понедельник в 00:00
9+
- cron: '0 0 * * 2' # Every Tuesday at 00:00
1010

1111
permissions:
1212
actions: read

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches: [ master ]
1111
schedule:
12-
- cron: '0 12 * * 2' # Every Tuesday at 12:00 UTC (3 hours after Dependabot runs at 09:00)
12+
- cron: '0 12 2 1,4,7,10 *' # 2nd day of Jan/Apr/Jul/Oct at 12:00 UTC (quarterly)
1313
workflow_dispatch:
1414

1515
permissions:

0 commit comments

Comments
 (0)