fixup workflow
Some checks failed
sync / sync (push) Failing after 1m9s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-29 14:06:39 +03:00
parent f5aedf5951
commit f9a7f62d02

View File

@@ -3,11 +3,11 @@ name: sync
on: on:
schedule: schedule:
- cron: '*/5 * * * *' - cron: '*/5 * * * *'
push: # push:
branches: [ master, v3, v4 ] # branches: [ master, v3, v4 ]
paths-ignore: # paths-ignore:
- '.github/**' # - '.github/**'
- '.gitea/**' # - '.gitea/**'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: