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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 19 * * *'
|
- cron: '0 19 * * 1,4'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-develop-beta-changes:
|
check-develop-beta-changes:
|
Loading…
Reference in New Issue