From 6cb04f3c913911cddf0b4c3ebd1fc0b7262ea10c Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 29 Jan 2025 13:21:54 -0500 Subject: [PATCH] Remove `test-spring-find-release-version.yml` as tests are OK --- .../workflows/test-spring-find-release-version.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/test-spring-find-release-version.yml diff --git a/.github/workflows/test-spring-find-release-version.yml b/.github/workflows/test-spring-find-release-version.yml deleted file mode 100644 index 834c4fc..0000000 --- a/.github/workflows/test-spring-find-release-version.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Test Find Current Version to Release - -on: - workflow_dispatch: - -run-name: Release current version for branch ${{ github.ref_name }} - -jobs: - test: - permissions: - actions: write - uses: spring-io/spring-github-workflows/.github/workflows/spring-find-release-version.yml@main \ No newline at end of file