|
|
|
@ -2,8 +2,7 @@ name: feature
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
workflow_dispatch:
|
|
|
|
push:
|
|
|
|
|
|
|
|
branches: [ main, ci/** ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
concurrency:
|
|
|
|
group: environment-${{ github.ref }}
|
|
|
|
group: environment-${{ github.ref }}
|
|
|
|
@ -77,4 +76,4 @@ jobs:
|
|
|
|
- uses: actions/upload-artifact@v4.3.6
|
|
|
|
- uses: actions/upload-artifact@v4.3.6
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: linuxbuild
|
|
|
|
name: linuxbuild
|
|
|
|
path: install/FluCoMa-SC-Linux-x64-nightly.tar.gz
|
|
|
|
path: install/FluCoMa-SC-Linux-x64-nightly.tar.gz
|
|
|
|
|