Skip to content

Commit

Permalink
Force concurrency of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 25, 2024
1 parent 2488bbf commit 7fc5f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
- cron: '0 * * * *'
workflow_dispatch:

# only allow one job at a time
concurrency:
group: production

jobs:
chromatic:
name: Run Chromatic
Expand Down

0 comments on commit 7fc5f1f

Please sign in to comment.