mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-27 06:07:56 +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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Add MSBuild to PATH
|
||||
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:
|
||||
- develop
|
||||
paths:
|
||||
- '.github/workflows/mapbase_build-base.yml'
|
||||
- '.github/workflows/mapbase_build-sp-rel-games.yml'
|
||||
- 'sp/src/vpc_scripts/**'
|
||||
- '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
|
||||
|
||||
name: Pull Request Automation
|
||||
on: [pull_request]
|
||||
on: [pull_request] # pull_request_target
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
||||
if: github.repository_owner == 'mapbase-source'
|
||||
if: github.repository_owner == 'mapbase-source' # ${{ vars.MAPBASE_LABELS == 'true' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user