Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
updated concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jan 27, 2024
1 parent 94ca2ec commit 13a8bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}

env:
UNITY_PROJECT_PATH: ''
Expand Down

0 comments on commit 13a8bbb

Please sign in to comment.