Skip to content

Commit

Permalink
dockerFromTags: remove concurrency control
Browse files Browse the repository at this point in the history
The concurrency control interferes with our use of a matrix build here. Best to remove it for now.
  • Loading branch information
agarciadom committed Jan 18, 2025
1 parent b3ecc43 commit 80bdae8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dockerFromTags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
# Weekly rebuild of Docker image
- cron: '12 17 * * 4'

concurrency:
group: tagged-docker-image
cancel-in-progress: true

env:
AWS_REGION: us-east-1

Expand Down

0 comments on commit 80bdae8

Please sign in to comment.