Skip to content

Commit

Permalink
Add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Dec 8, 2023
1 parent be184be commit 39279a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/website_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

name: website-cd

concurrency:
# Avoids running multiple deployments at the same time which would cause
# conflicts.
group: website-release

on:
push:
branches:
Expand Down

0 comments on commit 39279a8

Please sign in to comment.