update
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
|||||||
run: bun run test
|
run: bun run test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -92,6 +93,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-build-${{ hashFiles('**/bun.lock') }}
|
key: ${{ runner.os }}-build-${{ hashFiles('**/bun.lock') }}
|
||||||
|
|
||||||
generate:
|
generate:
|
||||||
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -131,7 +133,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-build-${{ hashFiles('**/bun.lock') }}
|
key: ${{ runner.os }}-build-${{ hashFiles('**/bun.lock') }}
|
||||||
|
|
||||||
deploy-esa:
|
deploy-esa:
|
||||||
needs: generate
|
needs: [check, generate]
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user