Skip to content

Commit fe3b31f

Browse files
authored
chore: add setting to skip test reports when original workflow is cancelled (#2772)
1 parent c84de9a commit fe3b31f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/report-test-results.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
report:
1212
runs-on: ubuntu-latest
1313
permissions: write-all
14+
if: ${{ github.event.workflow_run.conclusion != 'cancelled' }}
1415
steps:
1516
# Cleanup Old Files
1617
- name: Cleanup Old Files

0 commit comments

Comments
 (0)