From e4e339f5449cbd6e32ecfe29d9775b36bb946338 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Fri, 10 May 2024 13:55:22 +0900 Subject: [PATCH] Add clear instruction - Your fork's CI will take screenshots for your fork. Change-Id: I7ea1a437be4f9723fcf71d4d18932f8f44f46fa8 --- .github/workflows/Build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 32d89f5d9..1a6cf3d45 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -83,7 +83,9 @@ jobs: continue-on-error: false if: steps.screenshotsverify.outcome == 'failure' && github.event.pull_request.head.repo.full_name != github.repository run: | - echo "::error::Screenshot tests failed, please create a PR in your fork first." && exit 1 + echo "::error::Screenshot tests failed, please create a PR in your fork first." + echo "Your fork's CI will take screenshots for your fork." + exit 1 # Runs if previous job failed - name: Generate new screenshots if verification failed and it's a PR