Skip to content

Commit 0f404ff

Browse files
committed
Remove concurrency configuration from Github CI workflow
Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent c319792 commit 0f404ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
name: Build branch
2525
runs-on: ubuntu-latest
2626
if: ${{ github.repository_owner == 'spring-projects' }}
27-
concurrency:
28-
group: continuous-integration-${{ github.ref }}
29-
cancel-in-progress: true # Skip if another build is running - next cron will trigger soon
3027
services:
3128
ollama:
3229
image: ollama/ollama:latest

0 commit comments

Comments
 (0)