Skip to content

Commit

Permalink
add needs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 13, 2024
1 parent b85b1e1 commit 071391d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_citations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 071391d

Please sign in to comment.