Skip to content

Commit

Permalink
Merge pull request #142 from CCBR/fix-test-ci
Browse files Browse the repository at this point in the history
ci: fix job names
  • Loading branch information
kelly-sovacool authored Aug 5, 2024
2 parents 39d0896 + 9b75bf4 commit 47c9f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47c9f73

Please sign in to comment.