Skip to content

Improve GitHub workflow job names for better clarity #633

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 1 commit into from
Jul 1, 2025

Conversation

cjdoris
Copy link
Collaborator

@cjdoris cjdoris commented Jul 1, 2025

This PR improves the clarity of GitHub Actions job names by:

  • Changing Julia job names from Test (os, julia version) to Test Julia (version, os)
  • Changing Python job names from Test (os, python version) to Test Python (version, os)
  • Simplifying Python version matrix from >=3.8 to 3 for cleaner job names
  • Updating nightly test job names similarly

Before:

  • Test (ubuntu-latest, julia 1.9)
  • Test (ubuntu-latest, python >=3.8)

After:

  • Test Julia (1.9, ubuntu-latest)
  • Test Python (3, ubuntu-latest)

This makes it much easier to quickly identify which language and version is being tested when looking at the GitHub Actions dashboard.

- Change Julia job names from 'Test (os, julia version)' to 'Test Julia (version, os)'
- Change Python job names from 'Test (os, python version)' to 'Test Python (version, os)'
- Simplify Python version matrix from '>=3.8' to '3' for cleaner job names
- Update nightly test job names similarly

This makes it easier to quickly identify which language and version is being tested.
@cjdoris
Copy link
Collaborator Author

cjdoris commented Jul 1, 2025

a small pr testing out warp.dev - it made the edits and created this pr

@cjdoris cjdoris merged commit a3e96f8 into main Jul 1, 2025
13 checks passed
@cjdoris cjdoris deleted the improve-github-job-names branch July 1, 2025 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant