From 6fcf207518f9a029612488f37acec9ab9198b775 Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Wed, 2 Jul 2025 11:24:29 -0700 Subject: [PATCH] Add placeholder workflow file --- .github/workflows/sycl-nightly-benchmarking.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/sycl-nightly-benchmarking.yml diff --git a/.github/workflows/sycl-nightly-benchmarking.yml b/.github/workflows/sycl-nightly-benchmarking.yml new file mode 100644 index 0000000000000..ca711452553db --- /dev/null +++ b/.github/workflows/sycl-nightly-benchmarking.yml @@ -0,0 +1,7 @@ +name: SYCL Nightly Benchmarking + +# Placeholder workflow for testing https://github.com/intel/llvm/pull/19280 + +jobs: + do-nothing: + runs-on: ubuntu-latest