This commit is contained in:
2026-01-25 01:07:29 +08:00
parent 48963c0f91
commit da547c024a

View File

@@ -53,6 +53,7 @@ jobs:
run: bun run test
build:
needs: check
runs-on: ubuntu-latest
steps:
@@ -92,6 +93,7 @@ jobs:
key: ${{ runner.os }}-build-${{ hashFiles('**/bun.lock') }}
generate:
needs: check
runs-on: ubuntu-latest
steps:
@@ -131,7 +133,7 @@ jobs:
key: ${{ runner.os }}-build-${{ hashFiles('**/bun.lock') }}
deploy-esa:
needs: generate
needs: [check, generate]
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest