Skip to content

Commit

Permalink
Add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Feb 6, 2025
1 parent 5221216 commit fa2647d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ permissions:

jobs:
build:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit fa2647d

Please sign in to comment.