From 026513cfacab65eb1be8426cfcc8fd3bf1de82fb Mon Sep 17 00:00:00 2001 From: maurice Date: Thu, 12 Mar 2026 15:07:16 +0100 Subject: [PATCH] aha --- .gitea/workflows/build.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 52ce04e..503e062 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,10 +13,7 @@ jobs: runs-on: job-v2 outputs: any_change: ${{ steps.filter.outputs.workflow == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'}} - fedora: ${{ steps.filter.outputs.fedora == 'true' }} - go: ${{ steps.filter.outputs.go == 'true' }} - rust: ${{ steps.filter.outputs.rust == 'true' }} - dotnet: ${{ steps.filter.outputs.dotnet == 'true' }} + base: ${{ steps.filter.outputs.base == 'true' }} steps: - uses: actions/checkout@v4 - uses: https://github.com/dorny/paths-filter@v3