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