Skip to content

Commit

Permalink
ci: add concurrency and cancel-in-progress to Github action #150
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Feb 2, 2024
1 parent cc39596 commit c364f0b
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 @@ -2,6 +2,10 @@ name: Continuous Integration

on: push

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

jobs:
install_cache:
name: Install code and deps
Expand Down

0 comments on commit c364f0b

Please sign in to comment.