From 60ab921912e0e065b70fab18123141ef0d3d803a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 28 Oct 2024 18:35:15 -0400 Subject: [PATCH] rename tests --- .github/workflows/distro_tests.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distro_tests.yml b/.github/workflows/distro_tests.yml index 395a38f5c..7b2bd51dd 100644 --- a/.github/workflows/distro_tests.yml +++ b/.github/workflows/distro_tests.yml @@ -1,4 +1,4 @@ -name: Linux Distro Tests +name: Tests (Linux Distros) on: pull_request: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ab04a94e4..78b0cbd93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: tests +name: Tests (Python Versions) on: push: branches: