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 c84de9a commit fe3b31fCopy full SHA for fe3b31f
.github/workflows/report-test-results.yaml
@@ -11,6 +11,7 @@ jobs:
11
report:
12
runs-on: ubuntu-latest
13
permissions: write-all
14
+ if: ${{ github.event.workflow_run.conclusion != 'cancelled' }}
15
steps:
16
# Cleanup Old Files
17
- name: Cleanup Old Files
0 commit comments