Fix bug on nightly build #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spack CI | |
on: | |
push: | |
branches: | |
- '**' | |
pull_request: | |
# Allows you to run this workflow manually | |
workflow_dispatch: | |
jobs: | |
call: | |
name: Call Spack CI | |
uses: LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/spack-reusable.yml@main |