Skip to content

Commit

Permalink
Minor Mapbase workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Blixibon committed Nov 10, 2023
1 parent ecb58e4 commit 650ddee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mapbase_build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mapbase_build-sp-games.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mapbase_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 650ddee

Please sign in to comment.