making the automated release train only release on mondays and thursday to avoid spamming the play console with new release
This commit is contained in:
parent
0c113896c1
commit
8e7e47097f
|
@ -3,7 +3,7 @@ name: Nightly
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 19 * * *'
|
||||
- cron: '0 19 * * 1,4'
|
||||
|
||||
jobs:
|
||||
check-develop-beta-changes:
|
Loading…
Reference in New Issue