Skip to content

Commit

Permalink
set concurrency on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Sep 14, 2023
1 parent 9d80b09 commit 39b6f4c
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 @@ -10,6 +10,10 @@ defaults:
run:
shell: bash -l {0}

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

jobs:
nb-sync:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 39b6f4c

Please sign in to comment.