From de9c24a0254d554251c1fa43738a6f2e70b3ed83 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 7 Jul 2023 04:34:46 -0500 Subject: [PATCH] rename regress to rust regress --- .github/workflows/{regress.yml => rust_regress.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{regress.yml => rust_regress.yml} (96%) diff --git a/.github/workflows/regress.yml b/.github/workflows/rust_regress.yml similarity index 96% rename from .github/workflows/regress.yml rename to .github/workflows/rust_regress.yml index 7cc35dc..ef2d80e 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/rust_regress.yml @@ -1,4 +1,4 @@ -name: regress testing +name: rust regress tests on: schedule: