From a4cc0f26842f657155c0f448891e5bb2f3d431f0 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 12 Jul 2021 00:16:25 +0200 Subject: Add a name to the update po file job Signed-off-by: William Desportes --- .github/workflows/update-po.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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') -- cgit v1.2.3