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: