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: