depends on docker-build
Some checks failed
Rust Cross-Platform Build / Create Tag (push) Blocked by required conditions
Rust Cross-Platform Build / Detect Rust Project (push) Successful in 4s
Rust Cross-Platform Build / Set Tag Name (push) Successful in 4s
Rust Cross-Platform Build / Setup Rust Toolchain (push) Successful in 23s
Rust Cross-Platform Build / Run Tests (push) Successful in 1m0s
Rust Cross-Platform Build / Build (x86_64-unknown-linux-gnu) (push) Successful in 1m26s
Rust Cross-Platform Build / Build (x86_64-pc-windows-gnu) (push) Successful in 2m6s
Rust Cross-Platform Build / Build and Push Docker Image (push) Successful in 1m50s
Rust Cross-Platform Build / Workflow Summary (push) Has been cancelled
Some checks failed
Rust Cross-Platform Build / Create Tag (push) Blocked by required conditions
Rust Cross-Platform Build / Detect Rust Project (push) Successful in 4s
Rust Cross-Platform Build / Set Tag Name (push) Successful in 4s
Rust Cross-Platform Build / Setup Rust Toolchain (push) Successful in 23s
Rust Cross-Platform Build / Run Tests (push) Successful in 1m0s
Rust Cross-Platform Build / Build (x86_64-unknown-linux-gnu) (push) Successful in 1m26s
Rust Cross-Platform Build / Build (x86_64-pc-windows-gnu) (push) Successful in 2m6s
Rust Cross-Platform Build / Build and Push Docker Image (push) Successful in 1m50s
Rust Cross-Platform Build / Workflow Summary (push) Has been cancelled
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -250,7 +250,7 @@ jobs:
|
||||
|
||||
tag:
|
||||
name: Create Tag
|
||||
needs: [build, set-tag]
|
||||
needs: [docker-build, build, set-tag]
|
||||
if: |
|
||||
always() &&
|
||||
github.event_name == 'push' &&
|
||||
|
Reference in New Issue
Block a user