Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 2f5cbf1

Browse files
committed
ci: Add run_number & run_id to docker-log artifact name.
1 parent dd41a20 commit 2f5cbf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ jobs:
235235
if: failure()
236236
uses: actions/upload-artifact@master
237237
with:
238-
name: docker-logs-${{ github.job }}
238+
name: docker-logs-${{ github.job }}-${{ github.run_number }}-${{ github.run_id }}
239239
path: ./logs

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
if: failure()
122122
uses: actions/upload-artifact@master
123123
with:
124-
name: docker-logs-${{ matrix.test-name }}-${{ matrix.websocket-url.name }}-node${{ matrix.node-version }}
124+
name: docker-logs-${{ matrix.test-name }}-${{ matrix.websocket-url.name }}-node${{ matrix.node-version }}--${{ github.run_number }}-${{ github.run_id }}
125125
path: ./logs
126126

127127
flakey:

0 commit comments

Comments
 (0)