Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
chore: Do not report flakes on main branch with no corresponding issue (
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell authored Nov 13, 2023
1 parent 28304a9 commit d5734e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
report-test-flakes:
name: 'Report test flakes (Linux)'
needs: ['run-rust-test-suite']
if: always()
if: github.ref != 'refs/heads/main'
uses: ./.github/workflows/report_test_flakes.yaml
secrets: inherit

Expand Down

0 comments on commit d5734e0

Please sign in to comment.