mirror of
https://github.com/bitwarden/android.git
synced 2026-05-01 20:58:17 -05:00
[PM-29911] Update cron jobs to run at midnight on Sundays (#6280)
This commit is contained in:
committed by
GitHub
parent
b79aca7338
commit
c16da5090e
@@ -2,8 +2,8 @@ name: Cron / Sync Google Privileged Browsers List
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run weekly on Monday at 00:00 UTC
|
||||
- cron: "0 0 * * 1"
|
||||
# Run weekly on Sunday at 00:00 UTC
|
||||
- cron: '0 0 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user