Skip to content

Commit 0501922

Browse files
committed
added concurrency back
1 parent b920bce commit 0501922

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
@@ -11,9 +11,9 @@ on:
1111
# branches: [ "main" ]
1212
workflow_dispatch: # manual run
1313

14-
#concurrency:
15-
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16-
# cancel-in-progress: true
14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16+
cancel-in-progress: true
1717

1818
permissions:
1919
pull-requests: read

0 commit comments

Comments
 (0)