Fix margin on DeleteModal overlay (#998)
* Fix margin on DeleteModal overlay * Update chromatic ci triggers * Update chromatic ci triggers
This commit is contained in:
3
.github/workflows/ci-chromatic.yaml
vendored
3
.github/workflows/ci-chromatic.yaml
vendored
@ -5,9 +5,10 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
types: [labeled, opened, edited]
|
||||
jobs:
|
||||
chromatic-deployment:
|
||||
if: ${{ github.event.label.name == 'run-chromatic' || github.event_name == 'push' }}
|
||||
if: ${{ contains(github.event.*.labels.*.name, 'run-chromatic') }} || github.event_name == 'push' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
REACT_APP_API_URL: http://127.0.0.1:3000/graphql
|
||||
|
||||
Reference in New Issue
Block a user