From 5fce04ebf8082168b913b83198ce40ccc091d9de Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Sat, 23 Sep 2023 22:22:08 -0400 Subject: [PATCH] CI: add `docker-binary` value to the job name --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7338a28..83c8cce 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: # pull requests are a duplicate of a branch push if within the same repo. if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository - name: Test sirepo-bluesky with Python ${{ matrix.python-version }} and databroker ${{ matrix.databroker }} + name: Test sirepo-bluesky with Python ${{ matrix.python-version }} and databroker ${{ matrix.databroker }} (${{ matrix.docker-binary }}) runs-on: ubuntu-latest strategy: matrix: