We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bd8fa commit 7a6a69eCopy full SHA for 7a6a69e
.github/workflows/run-examples-prep.yml
@@ -31,11 +31,11 @@ jobs:
31
run: echo "$MODIFIED_PDL_FILES"
32
33
# 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
+ # - uses: actions/checkout@v4
+ # if: ${{ steps.changed-pdl-files.outputs.all_changed_files_count > 0 }}
+ # with:
+ # ref: ${{ github.head_ref }}
+ # fetch-depth: 0
39
40
- name: Check if update results automatically by GitHub Actions Bot
41
id: parse-run-examples-config
0 commit comments