Skip to content

Commit 7a6a69e

Browse files
committed
Rm another checkout
1 parent f4bd8fa commit 7a6a69e

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
@@ -31,11 +31,11 @@ jobs:
3131
run: echo "$MODIFIED_PDL_FILES"
3232

3333
# Run tests if there are modified PDL files
34-
- uses: actions/checkout@v4
35-
if: ${{ steps.changed-pdl-files.outputs.all_changed_files_count > 0 }}
36-
with:
37-
ref: ${{ github.head_ref }}
38-
fetch-depth: 0
34+
# - uses: actions/checkout@v4
35+
# if: ${{ steps.changed-pdl-files.outputs.all_changed_files_count > 0 }}
36+
# with:
37+
# ref: ${{ github.head_ref }}
38+
# fetch-depth: 0
3939

4040
- name: Check if update results automatically by GitHub Actions Bot
4141
id: parse-run-examples-config

0 commit comments

Comments
 (0)