Skip to content

Commit 7c12d8b

Browse files
authored
Merge pull request #524 from chrxh/copilot/optimize-ci-incremental-builds
Enable incremental CI builds on self-hosted runners
2 parents 42a88ea + 571ab28 commit 7c12d8b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
submodules: recursive
37+
clean: false
3738

3839
- name: Unshallow vcpkg submodule
3940
run: |

.github/workflows/ubuntu-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
submodules: recursive
27+
clean: false
2728

2829
- name: Unshallow vcpkg submodule
2930
run: |

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
submodules: recursive
27+
clean: false
2728

2829
- name: Unshallow vcpkg submodule
2930
shell: pwsh

0 commit comments

Comments
 (0)