Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
merge_group:
workflow_dispatch:

#env:
# DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}

jobs:
build:
concurrency:
Expand All @@ -27,7 +24,6 @@ jobs:
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood

promote:
if: false # TODO WIP BUILD-8099
needs:
- build
concurrency:
Expand All @@ -39,15 +35,5 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
with:
cache_save: false
- name: Restore local Poetry cache
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: ${{ github.workspace }}/.cache/pypoetry
key: poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
restore-keys: poetry-${{ runner.os }}-
- uses: SonarSource/ci-github-actions/get-build-number@feat/jcarsique/BUILD-80099-promotePoetry # TODO WIP BUILD-8099
- uses: SonarSource/ci-github-actions/promote-poetry@feat/jcarsique/BUILD-80099-promotePoetry # TODO WIP BUILD-8099
- uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
- uses: SonarSource/ci-github-actions/promote@master # dogfood
Loading