[UPD] add environment & workflow_call
This commit is contained in:
9
.github/workflows/chromatic.yml
vendored
9
.github/workflows/chromatic.yml
vendored
@@ -1,9 +1,14 @@
|
|||||||
name: 'Chromatic'
|
name: Chromatic
|
||||||
on: push
|
|
||||||
|
on:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: Staging
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user