Skip to content

Commit bd4d68a

Browse files
committed
run job url task for failed jobs
1 parent 7bc8830 commit bd4d68a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ jobs:
293293
- name: Get current job url
294294
uses: Tiryoh/gha-jobid-action@be260d8673c9211a84cdcf37794ebd654ba81eef # v1.4.0
295295
id: jobs
296+
if: ${{ !cancelled() }}
296297
with:
297298
job_name: "common / test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }})"
298299
per_page: 100 # input matrix size here if it is larger than 30

0 commit comments

Comments
 (0)