Skip to content

Commit 42c0b16

Browse files
committed
chore: update CO2 reports to use nf-core-co2-reports bucket
1 parent 3f7d791 commit 42c0b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
BRANCH_NAME=$(echo "${{ github.head_ref || github.ref_name }}" | sed 's/[^a-zA-Z0-9._-]/_/g')
185185
186186
# S3 destination path
187-
S3_BASE="s3://nf-core-resource-optimization/co2reports/modules/${DATE}/${BRANCH_NAME}/${{ matrix.profile }}/${{ matrix.shard }}"
187+
S3_BASE="s3://nf-core-co2-reports/modules/${DATE}/${BRANCH_NAME}/${{ matrix.profile }}/${{ matrix.shard }}"
188188
189189
# Upload each CO2 trace file
190190
for file in $CO2_FILES; do

0 commit comments

Comments
 (0)