Skip to content

Commit f53257d

Browse files
authored
Merge pull request #504 from rest-for-physics/jgalan_fix_pipelines
Minor fixes
2 parents 4b62c2f + 9a1c221 commit f53257d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/CODEOWNERS

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
.github/ @lobis
1+
.github/* @lobis
22
* @jgalan
3+
* @juanangp
4+
* @lobis
5+
* @nkx111
36
*.py @lobis
47
*.cmake @lobis
58
CMakelists.txt @lobis

.github/workflows/validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
run: |
249249
source ${{ env.REST_PATH }}/thisREST.sh
250250
cd framework/pipeline/trex
251-
wget https://sultan.unizar.es/trexdm-readouts/readouts_v2.4.root
251+
wget https://rest-for-physics.github.io/trexdm-readouts/readouts_v2.4.root
252252
restManager --c 01_raw.rml --f R01928_tagTest_Vm_250_Vd_160_Pr_6_Gain_0x0_Shape_0xF_Clock_0x4-068.aqs
253253
restManager --c 02_signal.rml --f RawData_01928.root
254254
restManager --c 03_hits.rml --f Signals_01928.root

0 commit comments

Comments
 (0)