From 374f485926cf197d9de0ff2b7a36ac5ac5789a92 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sat, 28 Jun 2025 09:46:52 +0200 Subject: [PATCH] [v3-0-test] Run release tests always - not only in canary runs (#52389) (cherry picked from commit 759653961f4fa1e188ca719c61e92c1d7126b3d4) Co-authored-by: Jarek Potiuk --- .github/workflows/basic-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index 3183ace6b0095..64c348501e0d5 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -317,7 +317,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_USERNAME: ${{ github.actor }} VERBOSE: "true" - if: inputs.canary-run == 'true' steps: - name: "Cleanup repo" shell: bash