We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8a753 commit 8faad84Copy full SHA for 8faad84
.github/workflows/reuse.linux.hive.yml
@@ -44,7 +44,7 @@ jobs:
44
if: always()
45
uses: actions/upload-artifact@v4
46
with:
47
- name: build
+ name: sccache-build-hive
48
path: target/sccache.log
49
50
test_stateful_hive_standalone:
.github/workflows/reuse.linux.yml
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
+ name: sccache-build
69
70
71
build_udf:
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
+ name: sccache-build-udf
104
105
106
# build_address_sanitizer:
0 commit comments