Merge branch 'main' into main

This commit is contained in:
AsenHu 2024-11-26 23:52:46 +08:00 committed by GitHub
commit afcf9d41ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 1193 additions and 888 deletions

View file

@ -3,15 +3,10 @@ name: CI and Artifacts
on:
pull_request:
push:
# documentation workflow deals with this or is not relevant for this workflow
paths-ignore:
- '*.md'
- 'conduwuit-example.toml'
- 'book.toml'
- '.gitlab-ci.yml'
- '.gitignore'
- 'renovate.json'
- 'docs/**'
- 'debian/**'
- 'docker/**'
branches:
@ -23,7 +18,7 @@ on:
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: false
cancel-in-progress: true
env:
# sccache only on main repo