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 e25f96b commit 3509fdfCopy full SHA for 3509fdf
.github/workflows/gradle.yml
@@ -35,12 +35,3 @@ jobs:
35
with:
36
name: junit_report_${{ matrix.os }}_${{ matrix.java_version }}
37
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
43
- uses: actions/upload-artifact@v3
44
- with:
45
- name: PR_NUMBER
46
- path: PR_NUMBER.txt
0 commit comments