Skip to content

Commit 2838858

Browse files
committed
Include Cirq in the matrix job name
Otherwise, you can't tell what's being tested in the long list of jobs on GitHub.
1 parent 2c2b618 commit 2838858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ concurrency:
4040
jobs:
4141
Pytest:
4242
# Try to fit as much info as possible into the GHA sidebar at run-time.
43-
name: Py ${{matrix.python-version}} + ${{matrix.os}}/${{matrix.arch}}
43+
name: Py ${{matrix.python-version}} + ${{matrix.os}}/${{matrix.arch}} + ${{matrix.cirq}}
4444
runs-on: ${{matrix.os}}
4545
timeout-minutes: 15
4646
strategy:

0 commit comments

Comments
 (0)