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. #12525

Merged
merged 2 commits into from
Jan 31, 2024

Commits on Jan 29, 2024

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

    All GitHub Actions worflows added by project follow similar naming
    notation:
    1. Name starts with `sycl_` prefix.
    2. Use underscore `_` instead of dash `-` to separate words.
    
    This patches fixes naming of two workflows which do not follow this
    notion.
    bader committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    95a8aa3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Use dash as a word delimiter.

    bader committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d661cb5 View commit details
    Browse the repository at this point in the history