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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2021-07-12 01:16:25 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-07-12 01:16:25 +0300
commita4cc0f26842f657155c0f448891e5bb2f3d431f0 (patch)
treef6f3134b5bd3a806b43e8ebc485abafcb70ec7c1 /.github
parent8021847847714a6546b6af20579b82ab98da59e5 (diff)
Add a name to the update po file job
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-po.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-po.yml b/.github/workflows/update-po.yml
index 4250f863c6..0ddc550d50 100644
--- a/.github/workflows/update-po.yml
+++ b/.github/workflows/update-po.yml
@@ -7,6 +7,7 @@ on:
jobs:
update-po:
+ name: Update po files
runs-on: ubuntu-latest
# Source: https://github.community/t/do-not-run-cron-workflows-in-forks/17636/2?u=williamdes
if: (github.event_name == 'schedule' && github.repository == 'phpmyadmin/phpmyadmin') || (github.event_name != 'schedule')