Skip to content

Commit 94b20ff

Browse files
authored
[CI][NFC] Add manual dispatch to test workflow for PR #19280 (#19292)
Forgot to add manual dispatch in #19281
1 parent bcc45f4 commit 94b20ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: SYCL Nightly Benchmarking
22

33
# Placeholder workflow for testing https://github.com/intel/llvm/pull/19280
4+
on:
5+
workflow_dispatch:
46

57
jobs:
68
do-nothing:
79
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo "Test workflow for 19280"

0 commit comments

Comments
 (0)