Skip to content

Commit 3883270

Browse files
committed
Upload Cargo.lock artifact from just the default nightly job
1 parent 9b2d2d9 commit 3883270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
env:
9292
RUSTFLAGS: --cfg compile_error_if_alloc --cfg cxx_experimental_no_alloc ${{env.RUSTFLAGS}}
9393
- uses: actions/upload-artifact@v4
94-
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && always()
94+
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && matrix.cc == '' && matrix.flags == '' && always()
9595
with:
9696
name: Cargo.lock
9797
path: Cargo.lock

0 commit comments

Comments
 (0)