diff --git a/.github/workflows/sycl-ur-perf-benchmarking.yml b/.github/workflows/sycl-ur-perf-benchmarking.yml new file mode 100644 index 0000000000000..23fbb1ad903b4 --- /dev/null +++ b/.github/workflows/sycl-ur-perf-benchmarking.yml @@ -0,0 +1,12 @@ +name: Benchmarks + +# This workflow is a WIP: this workflow file acts as a placeholder. + +on: [ workflow_dispatch ] + +jobs: + do-nothing: + runs-on: ubuntu-latest + steps: + - run: echo 'This workflow is a WIP.' + diff --git a/.github/workflows/ur-benchmarks-reusable.yml b/.github/workflows/ur-benchmarks-reusable.yml index 66ffcecd70314..029b4a1bebaa1 100644 --- a/.github/workflows/ur-benchmarks-reusable.yml +++ b/.github/workflows/ur-benchmarks-reusable.yml @@ -1,6 +1,8 @@ name: Benchmarks Reusable # This workflow is a WIP: This workflow file acts as a placeholder. +# +# This workflow is set to be merged into benchmark.yml on: [ workflow_call ] diff --git a/.github/workflows/ur-benchmarks.yml b/.github/workflows/ur-benchmarks.yml index 23fbb1ad903b4..5bf0461fcfef7 100644 --- a/.github/workflows/ur-benchmarks.yml +++ b/.github/workflows/ur-benchmarks.yml @@ -1,6 +1,8 @@ name: Benchmarks # This workflow is a WIP: this workflow file acts as a placeholder. +# +# This workflow is set to be merged into benchmark.yml on: [ workflow_dispatch ]