Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
enable deploy concurrency (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez Trivino <migmartri@gmail.com>
  • Loading branch information
migmartri authored Sep 27, 2023
1 parent b6c2434 commit 512b208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

# Limit to a single workflow
concurrency: "deploy-to-prod"

jobs:
deploy:
name: Deploy
Expand Down

0 comments on commit 512b208

Please sign in to comment.