Fix: Remove path filters and cache for Forgejo compatibility
Some checks failed
BotServer CI / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 18:08:30 -03:00
parent d4a7d1246b
commit 1a2d65c531

View file

@ -3,16 +3,8 @@ name: BotServer CI
on:
push:
branches: ["main"]
paths:
- "botserver/**"
- "botlib/**"
- ".forgejo/workflows/botserver.yaml"
pull_request:
branches: ["main"]
paths:
- "botserver/**"
- "botlib/**"
- ".forgejo/workflows/botserver.yaml"
env:
CARGO_BUILD_JOBS: 4
@ -53,18 +45,6 @@ jobs:
- name: Cache Cargo registry
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
~/.cache/sccache
workspace/target
key: ${{ runner.os }}-cargo-v2-debug-server-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-v2-debug-server-
${{ runner.os }}-cargo-v2-debug-
- name: Install system dependencies
run: |