2 Commits

Author SHA1 Message Date
t.behrendt f528ce346b ci: fix release paths (#4)
Release / Release (push) Successful in 12s
Reviewed-on: #4
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-05-26 20:13:37 +02:00
t.behrendt 23c1b967d5 fix(build-container): remove dependency to test workflow (#3)
Reviewed-on: #3
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-05-26 20:12:41 +02:00
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -47,8 +47,6 @@ jobs:
matrix:
# Prepared for future multi-arch support in the future, as soon as ACT has support for dynamic matrixes.
arch: [amd64]
needs:
- test
runs-on:
- ubuntu-latest
- linux_${{ matrix.arch }}
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- ".gitea/workflows/"
- ".gitea/workflows/*.yaml"
workflow_dispatch:
jobs: