Skip to content

[CI][NFC] Unify GHA workflow naming scheme #8918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sycl_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Cleanup
on:
workflow_run:
workflows:
- SYCL
- SYCL Nightly Builds
- SYCL Pre Commit
- SYCL Nightly
- SYCL Post Commit
Comment on lines 5 to 8
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this syntax, but it looks like workflow names are used here. If so, these should be aligned with the names in the corresponding workflow files.

types: [completed]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sycl_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SYCL Nightly Builds
name: SYCL Nightly

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sycl_precommit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SYCL
name: SYCL Pre Commit

on:
pull_request_target:
Expand Down