2 Commits

2 changed files with 3 additions and 1 deletions
+2
View File
@@ -47,6 +47,8 @@ jobs:
matrix: matrix:
# Prepared for future multi-arch support in the future, as soon as ACT has support for dynamic matrixes. # Prepared for future multi-arch support in the future, as soon as ACT has support for dynamic matrixes.
arch: [amd64] arch: [amd64]
needs:
- test
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
- linux_${{ matrix.arch }} - linux_${{ matrix.arch }}
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
paths: paths:
- ".gitea/workflows/*.yaml" - ".gitea/workflows/"
workflow_dispatch: workflow_dispatch:
jobs: jobs: