mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-03-09 07:12:19 -05:00
Use Cron for locale update (#1205)
as title Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1205 Reviewed-by: qwerty287 <qwerty287@noreply.codeberg.org> Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de>
This commit is contained in:
@@ -6,7 +6,7 @@ pipeline:
|
||||
- sed -i 's/-removed-/'"$CROWDIN_TOKEN"'/' crowdin.yml
|
||||
secrets: [ CROWDIN_TOKEN ]
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
event: [ push, tag, cron ]
|
||||
branch: main
|
||||
|
||||
push:
|
||||
@@ -24,7 +24,7 @@ pipeline:
|
||||
commands:
|
||||
- crowdin pull
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
event: [ push, cron ]
|
||||
branch: main
|
||||
|
||||
push-git:
|
||||
@@ -56,4 +56,4 @@ pipeline:
|
||||
fi
|
||||
when:
|
||||
branch: main
|
||||
event: [ push, tag ]
|
||||
event: [ push, cron ]
|
||||
|
||||
Reference in New Issue
Block a user