1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 05:55:23 +02:00

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: branches:
- mealie-next - mealie-next
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

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