Skip to content

Commit 2b0b8d7

Browse files
committed
ci: dont use the same name for different jobs
1 parent aab1d4e commit 2b0b8d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- dev
1010

1111
jobs:
12-
test:
12+
conda:
1313
runs-on: ubuntu-latest
1414
defaults:
1515
run:

.github/workflows/pip-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- dev
1010

1111
jobs:
12-
test:
12+
pip:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:

.github/workflows/uv-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- dev
1010

1111
jobs:
12-
test:
12+
uv:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)