From af26bd24edeec611d0e94a36015f7b063a0eeefc Mon Sep 17 00:00:00 2001 From: stelzo Date: Tue, 25 Jul 2023 21:24:02 +0200 Subject: [PATCH] rename job --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 760c03e..8295460 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -9,7 +9,7 @@ env: CARGO_TERM_COLOR: always jobs: - tests_galactic: + ubuntu: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2