Skip to content

Commit

Permalink
TEST: Cancel previous CI when PR or branch is pushed.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhm0311 authored and jhpark816 committed Dec 3, 2023
1 parent 1b1c37e commit 6f41298
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 @@ -8,6 +8,10 @@ on:
branches:
- develop

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

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

0 comments on commit 6f41298

Please sign in to comment.