Skip to content

Commit fec1f6e

Browse files
committed
test: reset to max-parallel 2
1 parent d183c2a commit fec1f6e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'src/**'
9+
- '*.py'
10+
- 'requirements.txt'
11+
- 'pyproject.toml'
12+
- 'Dockerfile'
13+
- '.github/workflows/ci-cd.yml'
14+
tags:
15+
- 'v*'
716

817
jobs:
918
deploy:

.github/workflows/test-concurrency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# run_id is unique per workflow run, job-index is unique per matrix entry
1010
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-${{ strategy.job-index }}"]
1111
strategy:
12-
max-parallel: 5
12+
max-parallel: 2
1313
matrix:
1414
job: [1, 2, 3, 4, 5]
1515
steps:

0 commit comments

Comments
 (0)