add conccureny config (#1280)

This commit is contained in:
Hayden 2022-05-24 20:24:33 -08:00 committed by GitHub
parent c05c123880
commit ea503a0235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,10 @@ on:
branches:
- mealie-next
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest

View file

@ -5,6 +5,10 @@ on:
branches:
- mealie-next
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest