diff --git a/.github/workflows/awstest.yml b/.github/workflows/awstest.yml index 6ae1c5b8a8..1f2cf7e557 100644 --- a/.github/workflows/awstest.yml +++ b/.github/workflows/awstest.yml @@ -48,7 +48,7 @@ jobs: parameters: | { "hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}", - "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-test-${{ github.sha }}/${{ matrix.profile }}" + "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-${{ github.sha }}/${{ matrix.profile }}" } profiles: ${{ matrix.profile }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ce83d0e603..793e005802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- [#1247](https://github.com/nf-core/sarek/pull/1247) - FIX: Result paths for full size test to be correctly displayed on the website + ### Dependencies | Dependency | Old version | New version |