Skip to content

Commit

Permalink
ci: use concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Feb 20, 2024
1 parent 2c20a41 commit 91b5529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:

name: Render & Deploy Site

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

jobs:
build:
runs-on: macOS-latest
Expand Down

0 comments on commit 91b5529

Please sign in to comment.