CI: limit artifact uploads

do not upload some unneeded intermediate directories,
disable running authenticated git commands with the checkout action.

Thanks to Yaron A for the report.

closes https://github.com/official-stockfish/Stockfish/pull/5435

No functional change
This commit is contained in:
Joost VandeVondele
2024-07-03 11:14:41 +02:00
parent b9ff5bb93b
commit ee6fc7e38b
11 changed files with 29 additions and 2 deletions
+2
View File
@@ -13,6 +13,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
path: Stockfish
persist-credentials: false
- name: build SF
working-directory: Stockfish/src
@@ -24,6 +25,7 @@ jobs:
repository: vondele/matetrack
path: matetrack
ref: 20287a1a145f30a166b7ef251eddb611e4e44fbf
persist-credentials: false
- name: matetrack install deps
working-directory: matetrack