diff --git a/.github/workflows/sycl-nightly-benchmarking.yml b/.github/workflows/sycl-nightly-benchmarking.yml index ca711452553db..651deb09842f8 100644 --- a/.github/workflows/sycl-nightly-benchmarking.yml +++ b/.github/workflows/sycl-nightly-benchmarking.yml @@ -1,7 +1,11 @@ name: SYCL Nightly Benchmarking # Placeholder workflow for testing https://github.com/intel/llvm/pull/19280 +on: + workflow_dispatch: jobs: do-nothing: runs-on: ubuntu-latest + steps: + - run: echo "Test workflow for 19280"