Skip to content

Commit 1ae072a

Browse files
committed
CI: Add friendly name to percy-nonce job
1 parent 9cfde60 commit 1ae072a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,13 @@ jobs:
6969
rust-lockfile: ${{ steps.changed-files-rust-lockfile.outputs.any_modified }}
7070

7171
percy-nonce:
72+
name: Frontend / Percy Nonce
7273
runs-on: ubuntu-latest
74+
7375
# persist job results to other jobs in the workflow
7476
outputs:
7577
nonce: ${{ steps.percy-nonce.outputs.nonce }}
78+
7679
steps:
7780
# persist step results to other steps in the job
7881
- id: percy-nonce

0 commit comments

Comments
 (0)