Skip to content

Commit 97ea6f3

Browse files
authored
Merge pull request #1513 from dtolnay/uploadartifact
Upload Cargo.lock artifact from just the default nightly job
2 parents 9b2d2d9 + 3883270 commit 97ea6f3

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)