Skip to content

Commit f625d63

Browse files
committed
Forgot test + add input description
1 parent cacd07b commit f625d63

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
sycl_build_info:
7+
description: |
8+
Compiler build info, e.g. "X.Y.Z release"
9+
710
811
permissions: read-all
912

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: %clang --version 2>&1 | FileCheck %s
2+
3+
// CHECK: Intel SYCL compiler{{.*}}based on:

0 commit comments

Comments
 (0)