From 0b06b6e2b83ec17c24600a804bce29215de1db15 Mon Sep 17 00:00:00 2001 From: m-kolomanski Date: Tue, 7 Jan 2025 14:36:22 +0100 Subject: [PATCH] chore: other workflows are required before running check --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d68341c4..d36165f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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 }})