Skip to content

Commit

Permalink
ci: prevent concurrent CI runs of multiple commits
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 21, 2024
1 parent c8a7b2e commit 9938db2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: tests

on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
unit-tests:
runs-on: [ ubuntu-latest ]
Expand Down

0 comments on commit 9938db2

Please sign in to comment.