Skip to content

Commit

Permalink
Only run a single instance of "latest docker image"
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 30, 2023
1 parent 311b92d commit 95d1f85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/latest-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

concurrency:
group: build-latest-docker-images
cancel-in-progress: true

jobs:
build-latest-docker-image:
name: Build and push latest Docker image
Expand Down

0 comments on commit 95d1f85

Please sign in to comment.