mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
restore setting to run weekdays
This commit is contained in:
parent
836b3ccf1f
commit
4749080fa5
2
.github/workflows/publish-github-release.yml
vendored
2
.github/workflows/publish-github-release.yml
vendored
@ -3,7 +3,7 @@ name: Publish Password Manager and Authenticator GitHub Release as newest
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # Every hour on the hour
|
||||
- cron: '0 * * * 1-5' # Every hour on the hour on weekdays
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user