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

@@ -1,13 +1,15 @@
name: Enforce test-staging → main
name: Enforce test-staging → master
on:
pull_request:
branches:
- master
- test-staging
jobs:
require-test-staging:
runs-on: ubuntu-22.04
if: github.event.pull_request.base.ref == 'master'
steps:
- name: Ensure PR source is test-staging
run: |