Adds skipping steps
parent
e8e437ba01
commit
0991c54f36
|
@ -21,8 +21,12 @@ jobs:
|
|||
- uses: ./.github/actions/yarn-install
|
||||
- uses: ./.github/actions/env-read-file
|
||||
- uses: ./.github/actions/cache-db
|
||||
id: cache-db
|
||||
with:
|
||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||
- uses: ./.github/actions/cache-build
|
||||
id: cache-build
|
||||
- run: yarn db-seed
|
||||
if: steps.cache-db.outputs.cache-hit != 'true'
|
||||
- run: yarn build
|
||||
if: steps.cache-build.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Reference in New Issue