Skip to content

Commit

Permalink
backstop CI runs reference-test
Browse files Browse the repository at this point in the history
  • Loading branch information
garris authored Feb 23, 2024
1 parent 449e8b2 commit c363d98
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 57 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/_backstop-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Backstop CI
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

57 changes: 0 additions & 57 deletions .github/workflows/_backstop-docker-ci.yml

This file was deleted.

0 comments on commit c363d98

Please sign in to comment.