mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-07 20:51:09 +00:00
Enforce test fix (#2122)
CI/CD PR --------- Co-authored-by: Crow <pengchengw@me.com>
This commit is contained in:
4
.github/workflows/check_pr_source.yml
vendored
4
.github/workflows/check_pr_source.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user