Skip to content

Commit 7324f38

Browse files
authored
Do not download unnecessary artifacts (#6769)
1 parent 8100772 commit 7324f38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ jobs:
286286

287287
- name: Download artifacts
288288
uses: actions/download-artifact@v4
289+
with:
290+
pattern: "@(binaries-*|lib-ocaml)"
289291

290292
- name: Move artifacts
291293
run: ./scripts/moveArtifacts.sh

0 commit comments

Comments
 (0)