From 8bb431e4fe8a2bbd704e32acce65d28ef16307b4 Mon Sep 17 00:00:00 2001 From: Naian <126972030+nain-F49FF806@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:22:08 +0200 Subject: [PATCH] chore: fix typo in github ci file Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com> --- .github/workflows/mediator.pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/mediator.pr.yml b/.github/workflows/mediator.pr.yml index 107531f859..7b6b0c32b2 100644 --- a/.github/workflows/mediator.pr.yml +++ b/.github/workflows/mediator.pr.yml @@ -26,8 +26,6 @@ env: jobs: test-integration-mediator: - needs: workflow-setup - if: ${{ needs.workflow-setup.outputs.SKIP_CI != 'true' }} runs-on: ubuntu-22.04 services: mysql: @@ -46,7 +44,7 @@ jobs: uses: actions/checkout@v3 - name: "Setup rust testing environment" uses: ./.github/actions/setup-testing-rust - with: + with: rust-toolchain-version: ${{ env.RUST_TOOLCHAIN_VERSON }} skip-docker-setup: true skip-vdrproxy-setup: true