Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Mar 8, 2025
1 parent 7d69c04 commit 6158a3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gui-chromatic-tests-label-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: ✨ GUI Chromatic
name: ✨ GUI

on:
pull_request:
types: [labeled]

jobs:
deploy:
name: 🧪 Run Chromatic Tests
if: contains(github.event.pull_request.labels.*.name, 'CI:\ Run Chromatic')
trigger-chromatic-tests:
name: 🧪 Trigger Chromatic Tests
if: "contains(github.event.pull_request.labels.*.name, 'CI: Run Chromatic')"
uses: ./.github/workflows/storybook.yml
with:
skip-label: "CI:\ Run Chromatic"
Expand Down

0 comments on commit 6158a3c

Please sign in to comment.