We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1835e7f commit ebcdbc4Copy full SHA for ebcdbc4
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,6 @@ jobs:
27
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
28
29
promote:
30
- if: false # TODO WIP BUILD-8099
31
needs:
32
- build
33
concurrency:
@@ -44,7 +43,7 @@ jobs:
44
43
with:
45
cache_save: false
46
- name: Restore local Poetry cache
47
- uses: SonarSource/ci-github-actions/cache@cba424250d55b302fefe0ec32dfc483fc7732738
+ uses: SonarSource/ci-github-actions/cache@feat/mmatuszny/BUILD-8451
48
49
path: ${{ github.workspace }}/.cache/pypoetry
50
key: poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
0 commit comments