Skip to content

Commit 48a099f

Browse files
authored
add concurrency check for standalone
1 parent 40288dd commit 48a099f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/eamxx-gh-ci-standalone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515

1616
workflow_dispatch:
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_id }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923

2024
ci:

0 commit comments

Comments
 (0)