Skip to content

Commit

Permalink
Cancel the previous wrkflow run in this PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Sep 12, 2024
1 parent b48cac7 commit 3b6e86c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: RelWithDebInfo

# Cancel the previous wf run in PRs.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
check-style:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 3b6e86c

Please sign in to comment.