Skip to content

Commit

Permalink
CI: add docker-binary value to the job name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Sep 24, 2023
1 parent 11d0367 commit 5fce04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5fce04e

Please sign in to comment.