From 9b75bf4abe3e5c64b0e066dd3370a0a152a3b9dd Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Mon, 5 Aug 2024 09:28:55 -0400 Subject: [PATCH] ci: fix job names --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cd1d26d..bbe4d58 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -31,7 +31,7 @@ jobs: snakemake --lint -s /opt2/output/workflow/Snakefile -d /opt2/output || \ echo 'There may have been a few warnings or errors. Please read through the log to determine if its harmless.' - Test: + test: runs-on: ubuntu-latest strategy: matrix: @@ -71,7 +71,7 @@ jobs: build-status: # https://github.com/orgs/community/discussions/4324#discussioncomment-3477871 runs-on: ubuntu-latest - needs: [Dryrun_Lint, Test] + needs: [dryrun-lint, test] if: always() steps: - name: Successful build