Skip to content

Commit 9818914

Browse files
committed
update comment
1 parent 94ba0b7 commit 9818914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ jobs:
170170
path: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
171171
if-no-files-found: error
172172

173-
# overwrite: true has a race condition among parallel jobs, so we let job 0 do the work
173+
# upload-artifact's "overwrite: true" option has a race condition among parallel
174+
# jobs, so we let job 0 do the work
174175
- name: Build and check cuda-python wheel
175176
if: ${{ strategy.job-index == 0 }}
176177
run: |

0 commit comments

Comments
 (0)