From 071391d2ad6ea2898dd753415e85f9c4c617d2bf Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Wed, 13 Nov 2024 01:04:54 -0500 Subject: [PATCH] add needs --- .github/workflows/run_citations.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_citations.yml b/.github/workflows/run_citations.yml index 0d02308f5..382f022db 100644 --- a/.github/workflows/run_citations.yml +++ b/.github/workflows/run_citations.yml @@ -26,8 +26,11 @@ jobs: # use customized version of cffconvert pip install git+https://github.com/alexlancaster/cffconvert.git@combine_features#egg=cffconvert - call-citation-workflow: + call-citation-workflow: + needs: update-citations uses: ./.github/workflows/update_citations.yml with: CITATION_DIR: 'src/PyPop/citation' INIT_FILE: 'src/PyPop/__init__.py' + secrets: inherit # if any secrets need to be inherited from the calling workflow +