Remove 'verify' job dependency from build
Removed dependency on 'verify' job from the 'build' job.
This commit is contained in:
parent
b542229311
commit
0beff961b2
3
.github/workflows/build-and-release.yml
vendored
3
.github/workflows/build-and-release.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user