File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 24
24
conda config --set always_yes yes --set changeps1 no
25
25
conda create -n build-env
26
26
conda activate build-env
27
- mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa setuptools=75.1.0
27
+ mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
28
28
conda config --add channels mantid/label/nightly
29
29
conda config --add channels mantid
30
30
Original file line number Diff line number Diff line change 1
1
name : Deploy MSlice nightly
2
2
3
- on : push
4
- # workflow_run:
5
- # workflows: ["MSlice nightly build"]
6
- # branches: [main]
7
- # types:
8
- # - completed
3
+ on :
4
+ workflow_run :
5
+ workflows : ["MSlice nightly build"]
6
+ branches : [main]
7
+ types :
8
+ - completed
9
9
10
10
jobs :
11
11
build_conda_and_upload :
26
26
echo "recentCommits=$(test -z $(git log --since="yesterday" -1 --format=%h) && echo false || echo true)" >> $GITHUB_ENV
27
27
28
28
- name : Setup Miniconda
29
- # if: ${{ env.recentCommits == 'true'}}
29
+ if : ${{ env.recentCommits == 'true'}}
30
30
uses : conda-incubator/setup-miniconda@v3
31
31
with :
32
32
miniforge-version : latest
35
35
auto-activate-base : false
36
36
37
37
- name : Build MSlice nightly conda package
38
- # if: ${{ env.recentCommits == 'true'}}
38
+ if : ${{ env.recentCommits == 'true'}}
39
39
uses : ./.github/actions/publish-package
40
40
with :
41
41
label : nightly
You can’t perform that action at this time.
0 commit comments