Skip to content

Commit be4fa59

Browse files
committed
CI: Do not fetch whole repository where not needed
In the run_on_droplet job we only require the .github/scripts dir
1 parent 0aa6447 commit be4fa59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-deb-package-and-integration-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ jobs:
150150
steps:
151151
- name: Checkout repository
152152
uses: actions/checkout@v4
153-
with:
154-
fetch-depth: 0
155-
submodules: true
156153

157154
- name: Install doctl
158155
uses: digitalocean/action-doctl@v2

0 commit comments

Comments
 (0)