mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-02-10 13:58:52 +03:00
Minor Mapbase workflow fixes
This commit is contained in:
parent
ecb58e4246
commit
650ddeeceb
2
.github/workflows/mapbase_build-base.yml
vendored
2
.github/workflows/mapbase_build-base.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Add MSBuild to PATH
|
- name: Add MSBuild to PATH
|
||||||
uses: microsoft/setup-msbuild@v1.1
|
uses: microsoft/setup-msbuild@v1.1
|
||||||
|
1
.github/workflows/mapbase_build-sp-games.yml
vendored
1
.github/workflows/mapbase_build-sp-games.yml
vendored
@ -13,6 +13,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/mapbase_build-base.yml'
|
||||||
- '.github/workflows/mapbase_build-sp-rel-games.yml'
|
- '.github/workflows/mapbase_build-sp-rel-games.yml'
|
||||||
- 'sp/src/vpc_scripts/**'
|
- 'sp/src/vpc_scripts/**'
|
||||||
- 'sp/src/game/**'
|
- 'sp/src/game/**'
|
||||||
|
4
.github/workflows/mapbase_pr.yml
vendored
4
.github/workflows/mapbase_pr.yml
vendored
@ -6,12 +6,12 @@
|
|||||||
# https://github.com/actions/labeler
|
# https://github.com/actions/labeler
|
||||||
|
|
||||||
name: Pull Request Automation
|
name: Pull Request Automation
|
||||||
on: [pull_request]
|
on: [pull_request] # pull_request_target
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
|
|
||||||
if: github.repository_owner == 'mapbase-source'
|
if: github.repository_owner == 'mapbase-source' # ${{ vars.MAPBASE_LABELS == 'true' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user