We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2413a5 commit 30772b8Copy full SHA for 30772b8
.github/workflows/ci.yaml
@@ -511,7 +511,7 @@ jobs:
511
# the check to pass. This is desired in PRs, but not in mainline.
512
- name: Publish to Chromatic (non-mainline)
513
if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
514
- uses: chromaui/action@v11
+ uses: chromaui/action@v10
515
env:
516
NODE_OPTIONS: "--max_old_space_size=4096"
517
STORYBOOK: true
@@ -542,7 +542,7 @@ jobs:
542
# infinitely "in progress" in mainline unless we re-review each build.
543
- name: Publish to Chromatic (mainline)
544
if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
545
546
547
548
0 commit comments