Skip to content

Commit 71adf4d

Browse files
committed
Tests: Don't include CrateDB version into title of CI/GHA step
Having it included, it would need maintenance on the branch protection page each time we bump the CrateDB version.
1 parent 1ef401a commit 71adf4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
test:
1313
name: "Python: ${{ matrix.python-version }}
1414
SQLA: ${{ matrix.sqla-version }}
15-
CrateDB: ${{ matrix.cratedb-version }}
1615
on ${{ matrix.os }}"
1716
runs-on: ${{ matrix.os }}
1817
strategy:

0 commit comments

Comments
 (0)