Skip to content

Commit

Permalink
add concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW committed May 24, 2024
1 parent 6394e15 commit 93e10c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
name: Check Features
runs-on: ubuntu-latest
timeout-minutes: 35

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 93e10c0

Please sign in to comment.