From 5e04168c9c019993dedd4f31d30a1313ae98bf0c Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 15 Jun 2022 14:30:51 +0300 Subject: [PATCH] debug: updated windows job title to include arch --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 88679965..bffbd0c8 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -13,7 +13,7 @@ on: jobs: windows: - name: Run ${{ matrix.bench.title }} (Windows) + name: Run ${{ matrix.bench.title }} (Windows ${{matrix.arch}}) strategy: fail-fast: false matrix: