chromatic - take only the last version of build into account (#3748)
This commit is contained in:
parent
fbc5fe31e7
commit
3754de6196
1 changed files with 1 additions and 0 deletions
1
.github/workflows/storybook-chromatic.yml
vendored
1
.github/workflows/storybook-chromatic.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
||||||
uses: chromaui/action@a89b674adf766dbde41ad9ea2b2b60b91188a0f0 # v6.17.4
|
uses: chromaui/action@a89b674adf766dbde41ad9ea2b2b60b91188a0f0 # v6.17.4
|
||||||
with:
|
with:
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
|
ignoreLastBuildOnBranch: "${{ github.ref_name }}"
|
||||||
|
|
||||||
- name: Publish to Chromatic and auto accept changes
|
- name: Publish to Chromatic and auto accept changes
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
|
Loading…
Reference in a new issue