Skip to content

Commit d414227

Browse files
aligned UTC times with PST (#4825)
1 parent d7ecd93 commit d414227

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
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
branches: [ "master" ]
77
schedule:
8-
- cron: '30 8 * * *'
8+
- cron: '30 15 * * *'
99
jobs:
1010
analyze:
1111
name: Analyze (${{ matrix.language }})

.github/workflows/security-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security Monitoring
22

33
on:
44
schedule:
5-
- cron: '0 9 * * *'
5+
- cron: '0 16 * * *'
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.run_id }}

0 commit comments

Comments
 (0)