check if checks are needed or needs is enough
All checks were successful
Rust Cross-Platform Build / Detect Rust Project (push) Successful in 4s
Rust Cross-Platform Build / Set Tag Name (push) Successful in 5s
Rust Cross-Platform Build / Run Tests (push) Successful in 1m4s
Rust Cross-Platform Build / Build (x86_64-unknown-linux-gnu) (push) Successful in 2m47s
Rust Cross-Platform Build / Build (x86_64-pc-windows-gnu) (push) Successful in 3m30s
Rust Cross-Platform Build / Build and Push Docker Image (push) Successful in 2m20s
Rust Cross-Platform Build / Workflow Summary (push) Successful in 2s
Rust Cross-Platform Build / Create Tag (push) Successful in 5s

This commit is contained in:
2025-10-03 13:47:00 +02:00
parent 758fa7608f
commit c745125f20

View File

@@ -243,9 +243,9 @@ jobs:
tag: tag:
name: Create Tag name: Create Tag
needs: [docker-build, build, set-tag] needs: [docker-build, build, set-tag]
if: | #if: |
github.event_name == 'push' && # github.event_name == 'push' &&
needs.docker-build.result == 'success' # needs.docker-build.result == 'success'
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache