Skip to content

Commit a8583d0

Browse files
authored
[CI][sycl-rel] Fix syntax (#18971)
1 parent 517761d commit a8583d0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
- '.github/workflows/sycl-macos-*.yml'
2323
- '.github/workflows/sycl-nightly.yml'
2424
- '.github/workflows/sycl-rel-nightly.yml'
25+
- '.github/workflows/sycl-rel-nightly-launch.yml'
2526
- '.github/workflows/trivy.yml'
2627
- 'devops/containers/**'
2728
- 'devops/actions/build_container/**'

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
name: Scheduled sycl-rel-nightly launch
66

77
on:
8-
schedule:
9-
# The sycl-rel-nightly.yml workflow file on the sycl-rel-6_2 branch is most
10-
# likely stale. Do not schedule before it's updated.
8+
# The sycl-rel-nightly.yml workflow file on the sycl-rel-6_2 branch is most
9+
# likely stale. Do not schedule before it's updated.
10+
# schedule:
1111
# - cron: '0 3 * * *'
1212
workflow_dispatch:
1313

.github/workflows/sycl-windows-precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- '.github/workflows/sycl-macos-*.yml'
2222
- '.github/workflows/sycl-nightly.yml'
2323
- '.github/workflows/sycl-rel-nightly.yml'
24+
- '.github/workflows/sycl-rel-nightly-launch.yml'
2425
- '.github/workflows/trivy.yml'
2526
- 'devops/containers/**'
2627
- 'devops/actions/build_container/**'

0 commit comments

Comments
 (0)