Skip to content

Commit f7cc1e0

Browse files
committed
ci: align workflow concurrency with DeepCTR
1 parent 8a92e02 commit f7cc1e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
- ".github/workflows/**"
1818
workflow_dispatch:
1919

20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
22+
cancel-in-progress: true
23+
2024
jobs:
2125
build:
2226
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)