Skip to content

Commit

Permalink
Add concurrency.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 1, 2024
1 parent bdd5d00 commit 2a9c605
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -2,6 +2,10 @@ name: CI

on: [push]

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

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2a9c605

Please sign in to comment.