Skip to content

Commit

Permalink
style(github): clarifies workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Nov 26, 2023
1 parent 77da8d0 commit 67979a5
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: 🙈 Build, Push, and Test
name: 🙈 Backstop & Docker 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) }}"
# Tests backstopjs alone, docker build, docker push to
# ghcr.io, docker pull from ghcr.io, and backstopjs in
# the docker docker build.

on:
workflow_dispatch:
pull_request:
branches: [master, develop]

permissions:
checks: write
Expand Down

0 comments on commit 67979a5

Please sign in to comment.