Skip to content

Commit

Permalink
ci: temp remove chromatic pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rimorin committed May 3, 2024
1 parent 7735344 commit f98b687
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/mm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,26 +171,26 @@ jobs:
}
]
}
publish_chromatic:
name: Publish to chromatic
if: github.event_name == 'pull_request' && github.base_ref == 'master'
needs: verify
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true
# publish_chromatic:
# name: Publish to chromatic
# if: github.event_name == 'pull_request' && github.base_ref == 'master'
# needs: verify
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - uses: actions/setup-node@v3
# with:
# node-version: 18
# - name: Install dependencies
# run: npm ci
# - name: Publish to Chromatic
# uses: chromaui/action@v1
# with:
# projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
# exitZeroOnChanges: true
staging_deployment:
name: Deploy to Staging
if: contains(github.event_name, 'push') && contains(github.ref, 'refs/heads/staging')
Expand Down

0 comments on commit f98b687

Please sign in to comment.