Skip to content

Commit 8dd5a28

Browse files
authored
[CI][NFC] Unify GHA workflow naming scheme (#8918)
With this change we have: - SYCL Post Commit - SYCL Pre Commit - SYCL Nightly
1 parent 84dc8d3 commit 8dd5a28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/sycl_cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Cleanup
33
on:
44
workflow_run:
55
workflows:
6-
- SYCL
7-
- SYCL Nightly Builds
6+
- SYCL Pre Commit
7+
- SYCL Nightly
88
- SYCL Post Commit
99
types: [completed]
1010

.github/workflows/sycl_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: SYCL Nightly Builds
1+
name: SYCL Nightly
22

33
on:
44
workflow_dispatch:

.github/workflows/sycl_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: SYCL
1+
name: SYCL Pre Commit
22

33
on:
44
pull_request_target:

0 commit comments

Comments
 (0)