Skip to content

Commit 3d49027

Browse files
gojimmypidanielinux
authored andcommitted
Remove concurrency
1 parent 7978a53 commit 3d49027

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test-library.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
# The timeout is run time after a runner starts, not time in queue
1717
timeout-minutes: 15
1818

19-
concurrency:
20-
# Avoid duplicate runs on the same ref
21-
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.head.sha || github.sha }}
22-
cancel-in-progress: false
23-
2419
strategy:
2520
fail-fast: false
2621

0 commit comments

Comments
 (0)