Skip to content

Commit

Permalink
Rename percy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina authored and bartaz committed Jun 18, 2024
1 parent c7673e6 commit abc346f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-percy-prepare-label.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow ensures Percy is executed against PRs with the Percy required label, regardless of which paths were changed
name: "Percy [labeled] / Prepare build"
name: "Percy (labeled)"

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-percy-prepare-push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow runs Percy against non-draft PRs that have changes in relevant examples filepaths.
name: "Percy [pushed] / Prepare build"
name: "Percy (pushed)"

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-percy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: "Percy screenshots"
on:
workflow_run:
workflows:
- "Percy [pushed]"
- "Percy [labeled]"
- "Percy (pushed)"
- "Percy (labeled)"
types:
- completed

Expand Down

0 comments on commit abc346f

Please sign in to comment.