From 5f1e36c449cc2c7434f23ac9c4dd3b004921de11 Mon Sep 17 00:00:00 2001 From: Nicolas Miller Date: Fri, 9 May 2025 09:43:42 +0100 Subject: [PATCH] [CI][UR] Fix UR pre-commit after lit migration --- .github/workflows/ur-precommit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ur-precommit.yml b/.github/workflows/ur-precommit.yml index 1477e4d0e9e85..574460ccadfd3 100644 --- a/.github/workflows/ur-precommit.yml +++ b/.github/workflows/ur-precommit.yml @@ -94,7 +94,6 @@ jobs: runner_name: ${{ matrix.runner }} static_loader: ${{ matrix.static || 'OFF' }} static_adapter: ${{ matrix.static || 'OFF' }} - platform: ${{ matrix.platform || '' }} other_adapter_name: ${{ matrix.other_adapter || '' }} docker_image: ${{ matrix.docker_image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'}} image_options: ${{ matrix.image_options || '' }}