mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01:00
Enforce test fix (#2122)
CI/CD PR --------- Co-authored-by: Crow <pengchengw@me.com>
This commit is contained in:
parent
76b6df9ea3
commit
6ed3f24ecb
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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- test-staging
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
require-test-staging:
|
require-test-staging:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
if: github.event.pull_request.base.ref == 'master'
|
||||||
steps:
|
steps:
|
||||||
- name: Ensure PR source is test-staging
|
- name: Ensure PR source is test-staging
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
4
.github/workflows/code_style.yml
vendored
4
.github/workflows/code_style.yml
vendored
@ -2,9 +2,9 @@ name: Codestyle
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-staging" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-staging" ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "codestyle-${{ github.event.pull_request.number }}"
|
group: "codestyle-${{ github.event.pull_request.number }}"
|
||||||
|
|||||||
4
.github/workflows/core_build.yml
vendored
4
.github/workflows/core_build.yml
vendored
@ -2,9 +2,9 @@ name: ubuntu-build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-staging" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-staging" ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "core-build-${{ github.event.pull_request.number }}"
|
group: "core-build-${{ github.event.pull_request.number }}"
|
||||||
|
|||||||
4
.github/workflows/macos_build.yml
vendored
4
.github/workflows/macos_build.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: macos-build
|
name: macos-build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-staging" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-staging" ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "macos-build-${{ github.event.pull_request.number }}"
|
group: "macos-build-${{ github.event.pull_request.number }}"
|
||||||
|
|||||||
4
.github/workflows/windows_build.yml
vendored
4
.github/workflows/windows_build.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: windows-build
|
name: windows-build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-staging" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-staging" ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "windows-build-${{ github.event.pull_request.number }}"
|
group: "windows-build-${{ github.event.pull_request.number }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user