mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user