Skip to content

Commit

Permalink
Avoid CI to have duplicate runs if changes are pushed in a row (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal authored Dec 3, 2023
1 parent 1294991 commit 8f7f0ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ env:
HOMEBREW_NO_INSTALL_CLEANUP: TRUE
BUNDLE_PATH: vendor/bundle

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

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

0 comments on commit 8f7f0ec

Please sign in to comment.