Skip to content

Commit 45f0969

Browse files
committed
fix jobname
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent fcc4fd5 commit 45f0969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flow-gcs-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: jobs
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}
63-
job_name: "gcs-storage-test"
63+
job_name: "gcs-storage-test (${{ matrix.storageType }})"
6464

6565
- name: Create GCS bucket
6666
# create a new bucket and use job runner id as prefix

0 commit comments

Comments
 (0)