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:
Adam Brown 2022-09-08 15:51:43 +01:00 committed by Adam Brown
parent 0c113896c1
commit 8e7e47097f
1 changed files with 1 additions and 1 deletions

View File

@ -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: