Skip to content

Commit

Permalink
added build-develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Sep 17, 2024
1 parent e5aa99d commit bde7969
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build the develop version using Spack

on:
workflow_dispatch: {}
schedule:
- cron: "0 0 * * *"

jobs:
build:
runs-on: ubuntu-22.04
name: Build the main version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@v1
with:
package-version: "@develop"

0 comments on commit bde7969

Please sign in to comment.