Skip to content

Commit

Permalink
Run Localazy Download on a schedule 3 times a week instead of during …
Browse files Browse the repository at this point in the history
…release process

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Nov 10, 2023
1 parent b8e0e26 commit e4f9a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/localazy_download.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e4f9a70

Please sign in to comment.