From fa7282ab4cd3ec50fc05a01beb8dfbac0bd533dd Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Sat, 16 Sep 2023 22:29:16 -0700 Subject: [PATCH] Fix chromatic CI trigger on run-chromatic label --- .github/workflows/ci-chromatic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-chromatic.yaml b/.github/workflows/ci-chromatic.yaml index 85af93626..aaa38e687 100644 --- a/.github/workflows/ci-chromatic.yaml +++ b/.github/workflows/ci-chromatic.yaml @@ -8,7 +8,7 @@ on: types: [labeled] jobs: chromatic-deployment: - if: ${{ contains(github.event.pull_request.labels.*.name, 'run-chromatic') }} || github.event_name == 'push' }} + if: contains(github.event.pull_request.labels.*.name, 'run-chromatic') || github.event_name == 'push' runs-on: ubuntu-latest env: REACT_APP_SERVER_BASE_URL: http://127.0.0.1:3000