Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/translations.yml')
-rw-r--r--.github/workflows/translations.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index 8af2363e38..7e03f5de73 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -1,6 +1,7 @@
name: Translation Updates
on:
+ workflow_dispatch:
schedule:
- cron: "0 2 * * 6"
@@ -69,7 +70,7 @@ jobs:
IFS=$'\n'
changes=( $(git diff --numstat HEAD | grep -E '([0-9]+)\s+([0-9]+)\s+[a-zA-Z\/]*lang\/([a-z]{2,3}(-[a-z]{2,3})?)\.json' ) )
unset IFS
-
+
# abort here if no change available
if [[ ${#changes[@]} -eq 0 ]]
then