Run Localazy Download on a schedule 3 times a week instead of during release process (#1326)

This commit is contained in:
Michael Telatynski 2023-11-16 09:48:10 +00:00 committed by GitHub
parent 376efe46cc
commit 95186da047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
name: Localazy Download
on:
workflow_dispatch: {}
schedule:
- cron: "0 6 * * 1,3,5" # Every Monday, Wednesday and Friday at 6am UTC
jobs:
download:
uses: matrix-org/matrix-web-i18n/.github/workflows/localazy_download.yaml@main