Remove 'verify' job dependency from build

Removed dependency on 'verify' job from the 'build' job.
This commit is contained in:
Haitao Pan 2026-04-05 19:00:29 +08:00 committed by GitHub
parent b542229311
commit 0beff961b2

View File

@ -40,6 +40,8 @@ env:
jobs:
prepare:
runs-on: ubuntu-22.04
needs:
- verify
permissions:
contents: write
outputs:
@ -134,7 +136,6 @@ jobs:
runs-on: ${{ matrix.runs_on }}
needs:
- prepare
- verify
env:
PLATFORM: ${{ matrix.platform }}
ARCH: ${{ matrix.arch }}