From 275daad56f3d4679b434ca440a32c387a8c3072e Mon Sep 17 00:00:00 2001 From: Garris Date: Fri, 23 Feb 2024 18:56:55 -0800 Subject: [PATCH] Update and rename _backstop-ci.yml to _backstop-ci-runner.yml --- .github/workflows/{_backstop-ci.yml => _backstop-ci-runner.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{_backstop-ci.yml => _backstop-ci-runner.yml} (95%) diff --git a/.github/workflows/_backstop-ci.yml b/.github/workflows/_backstop-ci-runner.yml similarity index 95% rename from .github/workflows/_backstop-ci.yml rename to .github/workflows/_backstop-ci-runner.yml index 8e337ba4..ec05e021 100644 --- a/.github/workflows/_backstop-ci.yml +++ b/.github/workflows/_backstop-ci-runner.yml @@ -1,4 +1,4 @@ -name: Backstop CI +name: 👀 Backstop CI Runner run-name: "CI running on ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}" on: