Skip to content

Commit

Permalink
Refs #20843: Add check the last workflow run if it has an artifact th…
Browse files Browse the repository at this point in the history
…en will get the last available artifact from the previous workflow

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Jun 4, 2024
1 parent 7812d96 commit c9b82c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-ubuntu-detect-flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ jobs:
workflow: nightly-ubuntu-detect-flaky.yml
name: test-results-all
workflow_conclusion: completed

check_artifacts: true
search_artifacts: true

- name: Flaky test analysis on [window-size] runs history
id: flaky_analysis
run: |
Expand Down

0 comments on commit c9b82c1

Please sign in to comment.