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

Renaming CI jobs #5353

Merged
merged 1 commit into from Apr 3, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mac-tests.yml
@@ -1,7 +1,7 @@
# Run tests on Mac, which are triggered by each master push.
# Currently, Python3.8 is only used as an environment.
# This is mainly for the sake of speed.
name: mac-tests
name: Mac tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
@@ -1,4 +1,4 @@
name: stale
name: Stale

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yml
@@ -1,7 +1,7 @@
# Run tests on Windows, which are triggered by each master push.
# Currently, Python3.9 is only used as an environment.
# This is mainly for the sake of speed.
name: windows-tests
name: Windows tests

on:
push:
Expand Down