diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml index 84b2b282e4..bd4a18a7ef 100644 --- a/.github/workflows/awsfulltest.yml +++ b/.github/workflows/awsfulltest.yml @@ -25,7 +25,7 @@ jobs: { "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-${{ github.sha }}/somatic_test" } - profiles: test_full,public_aws_tower + profiles: test_full,public_aws_ecr - uses: actions/upload-artifact@v3 with: name: Tower debug log file diff --git a/.github/workflows/awsfulltest_germline.yml b/.github/workflows/awsfulltest_germline.yml index f43848c827..0674c9297c 100644 --- a/.github/workflows/awsfulltest_germline.yml +++ b/.github/workflows/awsfulltest_germline.yml @@ -8,7 +8,7 @@ on: types: [published] workflow_dispatch: jobs: - run-tower-germline: + run-tower: name: Run AWS full tests if: github.repository == 'nf-core/sarek' runs-on: ubuntu-latest @@ -25,7 +25,7 @@ jobs: { "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-${{ github.sha }}/germline_test" } - profiles: test_full_germline,aws_tower + profiles: test_full_germline,public_aws_ecr - uses: actions/upload-artifact@v3 with: name: Tower debug log file diff --git a/.github/workflows/awstest.yml b/.github/workflows/awstest.yml index 6d7751e3d1..d1c521fd7f 100644 --- a/.github/workflows/awstest.yml +++ b/.github/workflows/awstest.yml @@ -22,7 +22,7 @@ jobs: { "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-test-${{ github.sha }}" } - profiles: test,public_aws_tower + profiles: test,public_aws_ecr - uses: actions/upload-artifact@v3 with: name: Tower debug log file