Skip to content

Commit 5d16ad9

Browse files
committed
ci: update step and artifact names
1 parent fc807b0 commit 5d16ad9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: untar
9999
run: ls *.tar.zst | xargs -I{} tar xavf {}
100100
- run: tree
101-
- name: run monitoring
101+
- name: qtl histogram
102102
run: |
103103
bin/qtl histogram \
104104
-d ${{env.dataset}} \
@@ -115,7 +115,7 @@ jobs:
115115
path: slurm
116116
- uses: actions/upload-artifact@v4
117117
with:
118-
name: outfiles_monitoring_${{ matrix.type }}
118+
name: outfiles_histogram_${{ matrix.type }}
119119
retention-days: 14
120120
path: outfiles
121121

@@ -144,7 +144,7 @@ jobs:
144144
- name: untar
145145
run: ls *.tar.zst | xargs -I{} tar xavf {}
146146
- run: tree
147-
- name: test monitoring swifjob
147+
- name: test swifjob
148148
run: |
149149
single_rundir=$(find validation_files -mindepth 1 -maxdepth 1 -type d | head -n1)
150150
echo "single_rundir = $single_rundir"
@@ -183,7 +183,7 @@ jobs:
183183
- name: untar
184184
run: ls *.tar.zst | xargs -I{} tar xavf {}
185185
- run: tree
186-
- name: run timelines
186+
- name: qtl analysis
187187
run: |
188188
${{matrix.qtl_cmd}} \
189189
-d ${{env.dataset}} \

0 commit comments

Comments
 (0)