Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Aug 11, 2024
1 parent 064fcb3 commit 37254ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:
- '*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
timeout-minutes: 20
timeout-minutes: 60
env:
TEMPLATE_PATH: ''
UNITY_EDITOR_PATH: '' # set from unity-setup step
UNITY_PROJECT_PATH: '' # set from unity-setup step
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}
cancel-in-progress: false
strategy:
max-parallel: 3
max-parallel: 2
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
Expand Down

0 comments on commit 37254ce

Please sign in to comment.