Skip to content

Commit 98d0398

Browse files
committed
Added concurrency setting.
1 parent 65f860a commit 98d0398

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- main
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
env:
1418
DOCUMENTATION_CNAME: 'engineeringworkflow.docs.pyansys.com'
1519
MAIN_PYTHON_VERSION: '3.13'

0 commit comments

Comments
 (0)