Enforce test fix (#2122)

CI/CD PR

---------

Co-authored-by: Crow <pengchengw@me.com>
This commit is contained in:
kadeshar
2026-02-07 16:34:15 +01:00
committed by GitHub
parent 76b6df9ea3
commit 6ed3f24ecb
5 changed files with 11 additions and 9 deletions

View File

@@ -2,9 +2,9 @@ name: Codestyle
on:
push:
branches: [ "master" ]
branches: [ "master", "test-staging" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "test-staging" ]
concurrency:
group: "codestyle-${{ github.event.pull_request.number }}"