From 04a099f9d630f2b700f95fb3d6faf418d2f6848e Mon Sep 17 00:00:00 2001 From: Shannon Klaus Date: Fri, 15 Nov 2024 12:13:26 -0700 Subject: [PATCH] Set use rc to true --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3621943..99b7bcf1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: - uses: ./.github/actions/run-ee-server with: - use-server-rc: ${{ contains(github.event.pull_request.labels.*.name, 'new-server-features') }} + use-server-rc: true docker-hub-username: ${{ secrets.DOCKER_HUB_BOT_USERNAME }} docker-hub-password: ${{ secrets.DOCKER_HUB_BOT_PW }} - name: Setup .NET