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 7bc8830 commit bd4d68aCopy full SHA for bd4d68a
.github/workflows/build-common.yml
@@ -293,6 +293,7 @@ jobs:
293
- name: Get current job url
294
uses: Tiryoh/gha-jobid-action@be260d8673c9211a84cdcf37794ebd654ba81eef # v1.4.0
295
id: jobs
296
+ if: ${{ !cancelled() }}
297
with:
298
job_name: "common / test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }})"
299
per_page: 100 # input matrix size here if it is larger than 30
0 commit comments