Skip to content

Commit

Permalink
chore: Add concurrency to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarrillo committed May 12, 2024
1 parent 789cc69 commit f167424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '*'
pull_request:

concurrency: ${{ github.ref_name }}

jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f167424

Please sign in to comment.