We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaa2e8 commit 9ec73eeCopy full SHA for 9ec73ee
.github/workflows/cmake-ci.yml
.github/workflows/make-release.yml
@@ -0,0 +1,11 @@
1
+name: Make release
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - '*'
7
8
+jobs:
9
+ call:
10
+ name: Call check version CI
11
+ uses: LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/make-release-reusable.yml@main
.github/workflows/spack-ci.yml
@@ -1,13 +1,14 @@
name: Spack CI
on:
- workflow_dispatch:
push:
- branches: [ main ]
+ branches:
+ - '**'
pull_request:
+ # Allows you to run this workflow manually
+ workflow_dispatch:
jobs:
12
call:
- name: Call Spack reusable workflow
13
+ name: Call Spack CI
14
uses: LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/spack-reusable.yml@main
0 commit comments