Skip to content

Made it so our ads do not show up on all pages. Just the dashboard. #1708

Made it so our ads do not show up on all pages. Just the dashboard.

Made it so our ads do not show up on all pages. Just the dashboard. #1708

Workflow file for this run

name: 'Chromatic Deployment'
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Install dependencies
run: yarn
- name: set up relay files
run: yarn run relay
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
autoAcceptChanges: false
exitOnceUploaded: true