Skip to content

Commit

Permalink
chore: add concurrency settings to test-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 27, 2025
1 parent 9bf8d5d commit e6ef2a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Push Test Images to Docker Hub and GitHub Container Registry

concurrency:
group: test-release
cancel-in-progress: true

on:
push:
branches:
Expand Down

0 comments on commit e6ef2a7

Please sign in to comment.