Inbox task 2 (#991)
* Add ability to properly cast a string, number, null to an integer * Adding Tab UI component * Only trigger chromatic when asked
This commit is contained in:
1
.github/workflows/ci-chromatic.yaml
vendored
1
.github/workflows/ci-chromatic.yaml
vendored
@ -7,6 +7,7 @@ on:
|
||||
pull_request_target:
|
||||
jobs:
|
||||
chromatic-deployment:
|
||||
if: ${{ github.event.label.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