Skip to content

Commit

Permalink
Tests: Don't include CrateDB version into title of CI/GHA step
Browse files Browse the repository at this point in the history
Having it included, it would need maintenance on the branch protection
page each time we bump the CrateDB version.
  • Loading branch information
amotl committed Mar 29, 2021
1 parent 1ef401a commit 71adf4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
test:
name: "Python: ${{ matrix.python-version }}
SQLA: ${{ matrix.sqla-version }}
CrateDB: ${{ matrix.cratedb-version }}
on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 71adf4d

Please sign in to comment.