Skip to content

Commit f4bd8fa

Browse files
committed
Dont check out again
1 parent c76a2a1 commit f4bd8fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-examples-prep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
head-ref: ${{ github.head_ref }}
5656

5757
# Patch config with update_results to false
58-
# Fetch the latest branch
59-
- uses: actions/checkout@v4
60-
if: ${{ steps.parse-run-examples-config.outputs.update_results && matrix.python-version == '3.13' }}
61-
with:
62-
fetch-depth: 0
58+
# # Fetch the latest branch
59+
# - uses: actions/checkout@v4
60+
# if: ${{ steps.parse-run-examples-config.outputs.update_results && matrix.python-version == '3.13' }}
61+
# with:
62+
# fetch-depth: 0
6363
- name: Patch tests/test_examples_run.yaml with update_results to False, only for the last matrix version
6464
if: ${{ steps.parse-run-examples-config.outputs.update_results && matrix.python-version == '3.13' }}
6565
shell: bash

0 commit comments

Comments
 (0)