From 37d7143986bd5d826e5da71cf18dcc5492fe500a Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 20 Jul 2021 20:00:03 +0200 Subject: [PATCH] Rename the mirror workflow name for clarity --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index a0d89498..ec32b66e 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -11,7 +11,7 @@ on: required: true jobs: - test: + mirror: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2