Don't rerun "Show Screenshot Tests" (#71517)

I don't want the tool to rerun flaky tests to rerun show screenshot test
results, or else it will repeat the comment twice if it only fails on
one map.
This commit is contained in:
Mothblocks
2022-11-27 23:30:20 -08:00
committed by GitHub
parent 63d91d7ab4
commit f607737ea4
@@ -11,7 +11,7 @@ on:
- completed
jobs:
show_screenshot_test_results:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
if: "!contains(github.event.head_commit.message, '[ci skip]') && github.event.workflow_run.run_attempt == 1"
name: Show Screenshot Test Results
runs-on: ubuntu-20.04
steps: