Skip to content

Commit

Permalink
no env in jobs.name. oh well
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Apr 14, 2022
1 parent f843033 commit 1f6a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# computable. See https://github.community/t/get-length-of-strategy-matrix-or-get-all-matrix-options/18342
SHARD_TOTAL: 3
# Job named e.g. "Chrome stable 1/3".
name: Chrome ${{ matrix.chrome-channel }} ${{ matrix.smoke-test-shard }}/${{env.SHARD_TOTAL}}
name: Chrome ${{ matrix.chrome-channel }} ${{ matrix.smoke-test-shard }}/3

steps:
- name: git clone
Expand Down

0 comments on commit 1f6a573

Please sign in to comment.