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