We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53018d0 commit b7f3447Copy full SHA for b7f3447
.github/workflows/nf-test.yml
@@ -184,7 +184,7 @@ jobs:
184
BRANCH_NAME=$(echo "${{ github.head_ref || github.ref_name }}" | sed 's/[^a-zA-Z0-9._-]/_/g')
185
186
# S3 destination path
187
- S3_BASE="s3://nf-core-resource-optimization/co2reports/modules/${DATE}/${BRANCH_NAME}/${{ matrix.profile }}/${{ matrix.shard }}"
+ S3_BASE="s3://nf-core-co2-reports/modules/${DATE}/${BRANCH_NAME}/${{ matrix.profile }}/${{ matrix.shard }}"
188
189
# Upload each CO2 trace file
190
for file in $CO2_FILES; do
0 commit comments