Skip to content

Commit

Permalink
ci: use github buildin concurrency settings (#11117)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Aug 5, 2021
1 parent 11c3d38 commit 2ca3472
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ env:
PYTHON_VERSION: 3.9
SKIP_JAVA_TESTS: true

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

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

0 comments on commit 2ca3472

Please sign in to comment.