From dc2184ea0652a328fca588457297ea6f49cad4b2 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Thu, 5 Sep 2024 14:56:59 -0500 Subject: [PATCH] Remove reference to Postgres/MySQL (GH actions config was largely copied from sql_bridge) --- .github/workflows/tests-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index 964e68b..4e0102d 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -3,7 +3,7 @@ on: push jobs: linux: - name: OTP ${{ matrix.otp_version }} (${{ matrix.mysql }}/PG ${{ matrix.pg}}) + name: OTP ${{ matrix.otp_version }} runs-on: ${{ matrix.os }} continue-on-error: true