Skip to content

Commit

Permalink
Merge pull request #5353 from Obliquedbishop/renaming_ci_jobs
Browse files Browse the repository at this point in the history
Renaming CI jobs
  • Loading branch information
HideakiImamura committed Apr 3, 2024
2 parents 8b252e7 + 485e770 commit f089f2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit f089f2e

Please sign in to comment.