From 6a74100c3953c49d2b83f22ba3a9c8d451ddf72d Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Thu, 29 Aug 2024 12:05:47 +0200 Subject: [PATCH] Speed up CI --- .github/workflows/chromatic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 9ec7199..ae2aedf 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -16,5 +16,6 @@ jobs: - name: Publish to Chromatic uses: chromaui/action@latest with: + exitOnceUploaded: true token: ${{ secrets.GITHUB_TOKEN }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}