From 6baa2b858c1bdbcd8378dfb5ed1edad16c3a6918 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 13 Sep 2023 20:53:34 -0400 Subject: [PATCH] fix test name for test_neutrinos --- .github/workflows/test_neutrinos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_neutrinos.yml b/.github/workflows/test_neutrinos.yml index 7ae1c16098..53506e44ac 100644 --- a/.github/workflows/test_neutrinos.yml +++ b/.github/workflows/test_neutrinos.yml @@ -2,7 +2,7 @@ name: test_neutrinos on: [pull_request] jobs: - test_rhs: + test_neutrinos: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3