mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
reuse singularity workflow [ci skip]
This commit is contained in:
parent
c92e277cfc
commit
bd34c3d6cd
1 changed files with 6 additions and 1 deletions
|
|
@ -9,8 +9,13 @@ jobs:
|
|||
uses: ./.github/workflows/update_main.yml
|
||||
secrets:
|
||||
inherit
|
||||
build:
|
||||
build_singularity:
|
||||
needs: [build_workflow]
|
||||
uses: edoapra/nwchem-singularity/.github/workflows/apptainer_action.ifx.yml
|
||||
secrets:
|
||||
inherit
|
||||
build:
|
||||
needs: [build_singulariy]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 2880
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue