We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5e35c commit 18daabcCopy full SHA for 18daabc
.github/workflows/build.yml
@@ -27,16 +27,6 @@ jobs:
27
with:
28
deploy-pull-request: true
29
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
+ - uses: SonarSource/ci-github-actions/promote@v1
+ with:
+ promote-pull-request: true
0 commit comments