1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-18 08:45:24 +00:00
vaultwarden/.github/workflows
BlackDex 7c06c83a25
Fix and adjust build workflow
The build workflow had an issue with some `if` checks.
For one they had two `$` signs, and it is not recommended to use `always()` since canceling a workflow does not cancel those calls.
Using `!cancelled()` is the preferred way.

Signed-off-by: BlackDex <black.dex@gmail.com>
2025-01-24 12:20:02 +01:00
..
build.yml Fix and adjust build workflow 2025-01-24 12:20:02 +01:00
hadolint.yml Update crates and GHA (#5346) 2025-01-04 19:02:15 +01:00
release.yml Simplify container image attestation (#5387) 2025-01-13 19:16:10 +01:00
releasecache-cleanup.yml Update GitHub Action Workflows (#4849) 2024-08-13 12:52:07 +02:00
trivy.yml Update Rust and crates (#5248) 2024-12-05 22:10:59 +01:00