diff --git a/.github/workflows/build_tests_linux.yaml b/.github/workflows/linux_build_tests.yaml
similarity index 98%
rename from .github/workflows/build_tests_linux.yaml
rename to .github/workflows/linux_build_tests.yaml
index 15aaa19f065e47c2b18f7346099169e54cdc2392..27be6c3c18539bac8b7885d61492edd4c198be8d 100644
--- a/.github/workflows/build_tests_linux.yaml
+++ b/.github/workflows/linux_build_tests.yaml
@@ -1,4 +1,4 @@
-name: Build Tests Linux
+name: linux builds
 
 on:
   push:
diff --git a/.github/workflows/minimum_python_versions.yaml b/.github/workflows/minimum_python_versions.yaml
index f0a5736849addd5ca7d698f4ffc731a8ae992509..c55042ffa11624ac1b8739dc586c191575646370 100644
--- a/.github/workflows/minimum_python_versions.yaml
+++ b/.github/workflows/minimum_python_versions.yaml
@@ -1,4 +1,4 @@
-name: Minimum Python Versions
+name: python version check
 
 on:
   push:
@@ -10,7 +10,7 @@ on:
       - master
       - develop
 jobs:
-  build:
+  validate:
 
     runs-on: ubuntu-latest
 
@@ -19,7 +19,7 @@ jobs:
     - name: Setup Python
       uses: actions/setup-python@v1
       with:
-        python-version: 2.7
+        python-version: 3.7
     - name: Install Python Packages
       run: |
         pip install --upgrade pip
diff --git a/README.md b/README.md
index 51155f9cb5fb482b296231b171b457fe0924ad0b..a97d8fef57f150e3138c80db1b978ced8bb521cd 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # <img src="https://cdn.rawgit.com/spack/spack/develop/share/spack/logo/spack-logo.svg" width="64" valign="middle" alt="Spack"/> Spack
 
 [![Build Status](https://travis-ci.org/spack/spack.svg?branch=develop)](https://travis-ci.org/spack/spack)
-[![](https://github.com/spack/spack/workflows/Build%20Tests%20Linux/badge.svg)](https://github.com/spack/spack/actions)
+[![Linux Builds](https://github.com/spack/spack/workflows/linux%20builds/badge.svg)](https://github.com/spack/spack/actions)
 [![codecov](https://codecov.io/gh/spack/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/spack/spack)
 [![Read the Docs](https://readthedocs.org/projects/spack/badge/?version=latest)](https://spack.readthedocs.io)
 [![Slack](https://spackpm.herokuapp.com/badge.svg)](https://spackpm.herokuapp.com)