Skip to content

Commit

Permalink
Tests: avoid parallel tests running on same branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed Aug 14, 2024
1 parent 8ca0041 commit 9c252c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- 'platformio.ini'
- '.github/workflows/tests.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 9c252c1

Please sign in to comment.