Skip to content

Commit 6afbf32

Browse files
committed
if: runner.os == 'Linux'
1 parent 3a12609 commit 6afbf32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
--benchmark-save-data \
166166
--benchmark-group-by="group"
167167
- name: Create partial artifact name suffix
168+
if: runner.os == 'Linux'
168169
id: artifact-name-suffix
169170
run: >-
170171
echo "datetime="$(date "+%Y%m%d_%H%M") >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)