diff options
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index c292e0fad1..e60b71cb40 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -89,9 +89,6 @@ jobs: prepare-linux: name: Prepare Linux build container needs: prepare-matrices - if: | - needs.prepare-matrices.outputs.linux_matrix != '[]' && - !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main' runs-on: ubuntu-latest steps: - name: Checkout repository |
