We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c319792 commit 0f404ffCopy full SHA for 0f404ff
.github/workflows/continuous-integration.yml
@@ -24,9 +24,6 @@ jobs:
24
name: Build branch
25
runs-on: ubuntu-latest
26
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
30
services:
31
ollama:
32
image: ollama/ollama:latest
0 commit comments