Skip to content

Commit b294b1e

Browse files
committed
Really fix integ-test-full
1 parent 83d3189 commit b294b1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-integ-test-full.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
group: CI-integ-test-caching
2121
cancel-in-progress: false
2222
with:
23-
skip-dist: false
23+
skip-dist: true
2424
secrets: inherit
2525

2626
other-integ-tests:
@@ -32,7 +32,7 @@ jobs:
3232
group: CI-integ-test-other
3333
cancel-in-progress: false
3434
with:
35-
skip-dist: false
35+
skip-dist: true
3636
secrets: inherit
3737

3838
dependency-submission-integ-tests:
@@ -44,5 +44,5 @@ jobs:
4444
group: CI-integ-test-dependency-submission
4545
cancel-in-progress: false
4646
with:
47-
skip-dist: false
47+
skip-dist: true
4848
secrets: inherit

0 commit comments

Comments
 (0)