mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 23:02:23 +04:00
Disable chromatic (#962)
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
# .github/workflows/chromatic.yml
|
||||
|
||||
# Workflow name
|
||||
name: 'Chromatic'
|
||||
|
||||
# Event for the workflow
|
||||
on: pull_request
|
||||
|
||||
# List of jobs
|
||||
jobs:
|
||||
chromatic-deployment:
|
||||
# Operating System
|
||||
runs-on: ubuntu-latest
|
||||
# Job steps
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
|
||||
- name: Publish to Chromatic
|
||||
uses: chromaui/action@v1
|
||||
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||
Reference in New Issue
Block a user