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