[ci] fix tx-pull cron fr this time (#3828)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3828
This commit is contained in:
crueter 2026-04-06 19:49:24 +02:00
parent d99a8c65cc
commit 88f0e7862a
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6

View file

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