Skip to content

Commit 5337710

Browse files
committed
[SYCL][CI] An attempt to fix workflow syntax
1 parent d1bad62 commit 5337710

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: SYCL Release Branch Nightly
22

3+
# TODO: schedule workflows are only launched on the main branch
34
on:
45
workflow_dispatch:
5-
# TODO: schedule workflows are only launched on the main branch
66
schedule:
77
- cron: '0 3 * * *'
8-
branches:
9-
- sycl-rel*
108

119
permissions: read-all
1210

0 commit comments

Comments
 (0)