Browse Source

[ci] Only update translations once a week (#4256)

They've slowed down enough at this point.

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4256
pull/3842/head
crueter 2 days ago
parent
commit
c0ffc900cd
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 4
      .forgejo/workflows/translations.yml

4
.forgejo/workflows/translations.yml

@ -1,9 +1,9 @@
name: tx-pull
on:
# tuesday, saturday at 2pm
# monday at 4pm
schedule:
- cron: '0 14 * * 2,6'
- cron: '0 16 * * 1'
workflow_dispatch:
jobs:

Loading…
Cancel
Save