set concurrency .

This commit is contained in:
Jason Kulatunga 2023-01-26 01:41:10 -08:00
parent 81b74f754e
commit 47feec7a6a
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ github.repository }}
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest