mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *' # Every hour on the hour
|
- cron: '0 * * * 1-5' # Every hour on the hour on weekdays
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user