Skip to content

Commit

Permalink
automatically cancel stale checks per branch (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Aug 15, 2023
1 parent b59d435 commit 2ecd8c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
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 2ecd8c8

Please sign in to comment.