Skip to content

Commit 550e53a

Browse files
BUILD-8099 use ci-github-actions/promote
1 parent 4b12a31 commit 550e53a

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
merge_group:
99
workflow_dispatch:
1010

11-
#env:
12-
# DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
13-
1411
jobs:
1512
build:
1613
concurrency:
@@ -27,7 +24,6 @@ jobs:
2724
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
2825

2926
promote:
30-
if: false # TODO WIP BUILD-8099
3127
needs:
3228
- build
3329
concurrency:
@@ -39,15 +35,5 @@ jobs:
3935
id-token: write
4036
contents: write
4137
steps:
42-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43-
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
44-
with:
45-
cache_save: false
46-
- name: Restore local Poetry cache
47-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48-
with:
49-
path: ${{ github.workspace }}/.cache/pypoetry
50-
key: poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
51-
restore-keys: poetry-${{ runner.os }}-
52-
- uses: SonarSource/ci-github-actions/get-build-number@feat/jcarsique/BUILD-80099-promotePoetry # TODO WIP BUILD-8099
53-
- uses: SonarSource/ci-github-actions/promote-poetry@feat/jcarsique/BUILD-80099-promotePoetry # TODO WIP BUILD-8099
38+
- uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
39+
- uses: SonarSource/ci-github-actions/promote@master # dogfood

0 commit comments

Comments
 (0)