Skip to content

Commit

Permalink
chore: other workflows are required before running check
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kolomanski committed Jan 7, 2025
1 parent 2436ea9 commit 0b06b6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# If any updates are available, the workflow should be
# updated manually.
# Last update: 2025-01-07
name: Modfified Admiral CI/CD Wortkflows
name: Modified Admiral CI/CD Wortkflows

on:
workflow_dispatch:
Expand Down Expand Up @@ -215,7 +215,11 @@ jobs:
check:
runs-on: ubuntu-latest
needs: tests
needs:
- spellcheck
- tests
- lint
- man-pages
container:
image: "ghcr.io/pharmaverse/admiralci-${{ matrix.r_version }}:latest"
name: Check (${{ matrix.r_version }})
Expand Down

0 comments on commit 0b06b6e

Please sign in to comment.