Skip to content

Commit

Permalink
only allow for a single package workflow to run
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jan 16, 2024
1 parent b983cc6 commit a10a5b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ env:
build_type: Release
main_branch: gltf-tools

concurrency:
group: "package"
cancel-in-progress: false

jobs:
package:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a10a5b8

Please sign in to comment.