Skip to content

Commit eed2a20

Browse files
committed
1
1 parent d1fb2c6 commit eed2a20

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
with:
9292
ref: ${{ inputs.target_tag }}
9393

94-
- name: Checkout pyproject.toml back
95-
if: inputs.target_tag != ''
96-
uses: actions/checkout@v4
97-
with:
98-
sparse-checkout: |
99-
pyproject.toml
100-
sparse-checkout-cone-mode: false
94+
# - name: Checkout pyproject.toml back
95+
# if: inputs.target_tag != ''
96+
# uses: actions/checkout@v4
97+
# with:
98+
# sparse-checkout: |
99+
# pyproject.toml
100+
# sparse-checkout-cone-mode: false
101101

102102
- name: Disable tests
103103
if: inputs.ignore_tests

0 commit comments

Comments
 (0)