Skip to content

Merge remote-tracking branch 'brian/1607_Add_LLM_Genrated_Tag' into a… #84

Merge remote-tracking branch 'brian/1607_Add_LLM_Genrated_Tag' into a…

Merge remote-tracking branch 'brian/1607_Add_LLM_Genrated_Tag' into a… #84

Workflow file for this run

name: "Chromatic"
on: ["push", "pull_request"]
jobs:
chromatic-deployment:
if: github.repository_owner == 'codeforboston'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/setup-repo
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: f8618e690599
exitZeroOnChanges: true
exitOnceUploaded: true