Skip to content

Commit

Permalink
Disable lab-test-results
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe authored Oct 26, 2024
1 parent 519ec25 commit 5e51b13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/quic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,12 @@ jobs:
path: artifacts/logs
pattern: json-test-results-*
merge-multiple: true
- uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
with:
path: artifacts/logs
name: lab-test-results
merge-multiple: true
if-no-files-found: ignore
# - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
# with:
# path: artifacts/logs
# name: lab-test-results
# merge-multiple: true
# if-no-files-found: ignore
- name: Generate Summary
shell: pwsh # We never block the workflow if its a git merge or someone manually triggered a run with publish_results = true.
run: ./.github/workflows/generate-summary.ps1 -BlockOnFailure ${{ github.event.client_payload.pr != '' && !inputs.commit }}
Expand Down

0 comments on commit 5e51b13

Please sign in to comment.