Skip to content

Commit 096d894

Browse files
committed
Remove concurrency
Signed-off-by: paul.profizi <[email protected]>
1 parent 6781851 commit 096d894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ on:
1616
default: ''
1717

1818

19-
concurrency:
20-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
21-
cancel-in-progress: true
19+
#concurrency:
20+
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
21+
# cancel-in-progress: true
2222

2323
env:
2424
DOCUMENTATION_CNAME: 'dpf.docs.pyansys.com'

0 commit comments

Comments
 (0)