mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
ci: run analyze and build jobs in parallel
Remove build's dependency on analyze so both jobs execute concurrently.
This commit is contained in:
parent
5026795c0e
commit
d192056af2
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -57,7 +57,6 @@ jobs:
|
||||||
run: go test -race -shuffle=on ./...
|
run: go test -race -shuffle=on ./...
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: analyze
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue