Skip to content

Commit ebcdbc4

Browse files
Refactor wrapper
1 parent 1835e7f commit ebcdbc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
2828

2929
promote:
30-
if: false # TODO WIP BUILD-8099
3130
needs:
3231
- build
3332
concurrency:
@@ -44,7 +43,7 @@ jobs:
4443
with:
4544
cache_save: false
4645
- name: Restore local Poetry cache
47-
uses: SonarSource/ci-github-actions/cache@cba424250d55b302fefe0ec32dfc483fc7732738
46+
uses: SonarSource/ci-github-actions/cache@feat/mmatuszny/BUILD-8451
4847
with:
4948
path: ${{ github.workspace }}/.cache/pypoetry
5049
key: poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)