CI running on PR #1569: #1568 Fix defaults in getRequireSameDimensions #16
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
workflow_dispatch: | |
pull_request: | |
branches: [master, develop] | |
push: | |
branches: [master, develop] | |
permissions: | |
actions: write | |
checks: write | |
contents: write | |
pull-requests: write | |
packages: write | |
env: | |
BRANCH_NAME: ${{ github.event.pull_request.head.sha || github.head_ref || github.ref_name }} | |
jobs: | |
backstop-reference-test: | |
name: Backstop reference test | |
uses: ./.github/workflows/backstop-reference-test.yml | |