Skip to content
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

[CI][NFC] Unify naming scheme for SYCL workflows. #12568

Merged
merged 1 commit into from
Jan 31, 2024

Commits on Jan 31, 2024

  1. [CI][NFC] Unify naming scheme for SYCL workflows.

    All GitHub Actions workflows added by intel/llvm project are expected to
    use following naming notation:
    
    1. Name starts with `sycl` prefix.
    2. Use dash `-` to separate words (instead of underscore `_`).
    
    This patches fixes naming of workflows which do not follow this
    notation.
    bader committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    602f323 View commit details
    Browse the repository at this point in the history