Skip to content

Commit

Permalink
Set use rc to true
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 15, 2024
1 parent 0e93ee3 commit 04a099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04a099f

Please sign in to comment.