From 0383adf9ecf7f93952b9dbf1839ab22d8c3a05a0 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Thu, 28 Dec 2023 23:35:52 +0100 Subject: [PATCH] fix --- .github/workflows/build.yml | 6 ------ tests/{.env.ci-mysql => .env.ci.mysql} | 0 tests/{.env.ci-sqlite => .env.ci.sqlite} | 0 3 files changed, 6 deletions(-) rename tests/{.env.ci-mysql => .env.ci.mysql} (100%) rename tests/{.env.ci-sqlite => .env.ci.sqlite} (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6288a4c..5433e93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,12 +30,6 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} needs: tests - release: - uses: monicahq/workflows/.github/workflows/release.yml@init - secrets: - GH_TOKEN_RELEASE: ${{ secrets.GH_TOKEN_RELEASE }} - needs: tests - junit: uses: monicahq/workflows/.github/workflows/junit.yml@init needs: tests diff --git a/tests/.env.ci-mysql b/tests/.env.ci.mysql similarity index 100% rename from tests/.env.ci-mysql rename to tests/.env.ci.mysql diff --git a/tests/.env.ci-sqlite b/tests/.env.ci.sqlite similarity index 100% rename from tests/.env.ci-sqlite rename to tests/.env.ci.sqlite