diff --git a/.github/workflows/mac-tests.yml b/.github/workflows/mac-tests.yml index e37db01235..3d938a61da 100644 --- a/.github/workflows/mac-tests.yml +++ b/.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: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 631a0304f6..fd3c359ebf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,4 +1,4 @@ -name: stale +name: Stale on: schedule: diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 83f47be495..4831f2e4a5 100644 --- a/.github/workflows/windows-tests.yml +++ b/.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: