From bd34c3d6cd2ade9e4cdc8376f0c99d10330f58e2 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 24 Oct 2022 19:18:20 -0700 Subject: [PATCH] reuse singularity workflow [ci skip] --- contrib/git.nwchem/github_actions_tahoma.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/git.nwchem/github_actions_tahoma.txt b/contrib/git.nwchem/github_actions_tahoma.txt index 3e01b84aa2..4e72dbb95c 100644 --- a/contrib/git.nwchem/github_actions_tahoma.txt +++ b/contrib/git.nwchem/github_actions_tahoma.txt @@ -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: