From 47f2a1b148c891f4794886eb4ca4ae072393d56d Mon Sep 17 00:00:00 2001 From: Pavel Vetokhin Date: Wed, 6 Sep 2023 22:07:05 +0300 Subject: [PATCH] Refine job name --- .github/workflows/pipeline-beyond-doubt.yml | 2 +- .github/workflows/pipeline-minimal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline-beyond-doubt.yml b/.github/workflows/pipeline-beyond-doubt.yml index b57fbfd3..cd45eaf6 100644 --- a/.github/workflows/pipeline-beyond-doubt.yml +++ b/.github/workflows/pipeline-beyond-doubt.yml @@ -8,7 +8,7 @@ on: jobs: everything: - name: Everything in ${{ matrix.environ.name }} env + name: Everything in ${{ matrix.environ.name }} environ timeout-minutes: 10 strategy: fail-fast: false diff --git a/.github/workflows/pipeline-minimal.yml b/.github/workflows/pipeline-minimal.yml index 336d80b4..4b30276b 100644 --- a/.github/workflows/pipeline-minimal.yml +++ b/.github/workflows/pipeline-minimal.yml @@ -13,7 +13,7 @@ on: jobs: sources: - name: Sources in ${{ matrix.environ.name }} env + name: Sources in ${{ matrix.environ.name }} environ timeout-minutes: 5 strategy: matrix: