Skip to content

Commit 18daabc

Browse files
committed
single aciton
1 parent 1f5e35c commit 18daabc

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ jobs:
2727
with:
2828
deploy-pull-request: true
2929
sonar-platform: next
30-
31-
promote:
32-
needs: build
33-
if: >
34-
github.event_name == 'push' || github.event_name == 'pull_request'
35-
runs-on: github-ubuntu-latest-s
36-
permissions:
37-
id-token: write
38-
contents: write
39-
steps:
40-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41-
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
42-
- uses: SonarSource/ci-github-actions/promote@v1
30+
- uses: SonarSource/ci-github-actions/promote@v1
31+
with:
32+
promote-pull-request: true

0 commit comments

Comments
 (0)