Skip to content

Commit 3509fdf

Browse files
authored
Очистка старых шагов QA
1 parent e25f96b commit 3509fdf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,3 @@ jobs:
3535
with:
3636
name: junit_report_${{ matrix.os }}_${{ matrix.java_version }}
3737
path: build/reports/tests/test
38-
- name: Save PR number to file
39-
if: github.event_name == 'pull_request' && ${{ matrix.os }} == 'ubuntu-latest' && ${{ matrix.java_version }} == '17'
40-
run: echo ${{ github.event.number }} > PR_NUMBER.txt
41-
- name: Archive PR number
42-
if: github.event_name == 'pull_request' && ${{ matrix.os }} == 'ubuntu-latest' && ${{ matrix.java_version }} == '17'
43-
uses: actions/upload-artifact@v3
44-
with:
45-
name: PR_NUMBER
46-
path: PR_NUMBER.txt

0 commit comments

Comments
 (0)