Skip to content

Commit 993aa7e

Browse files
authored
Merge pull request #3711 from 1c-syntax/nixel2007-patch-2
Публикация результатов тестов из сборки PR, а не бранча, если есть PR
2 parents 182aea9 + 6fe0b30 commit 993aa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
pull-requests: write
6868
contents: read
6969
issues: read
70-
if: always()
70+
if: always() && needs.gatekeeper.result == 'success' && needs.check-pr-exists.outputs.has_pr != 'true'
7171
steps:
7272
- name: Download Artifacts
7373
uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)