File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 run-platform :
1515 name : Run AWS full tests
1616 # run only if the PR is approved by at least 2 reviewers and against the master/main branch or manually triggered
17- if : github.repository == 'nf-core/oncoanalyser ' && github.event.review.state == 'approved' && (github.event.pull_request.base.ref == 'master' || github.event.pull_request.base.ref == 'main') || github.event_name == 'workflow_dispatch' || github.event_name == 'release'
17+ if : github.repository == 'nf-core/bactmap ' && github.event.review.state == 'approved' && (github.event.pull_request.base.ref == 'master' || github.event.pull_request.base.ref == 'main') || github.event_name == 'workflow_dispatch' || github.event_name == 'release'
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Set revision variable
@@ -29,11 +29,11 @@ jobs:
2929 access_token : ${{ secrets.TOWER_ACCESS_TOKEN }}
3030 compute_env : ${{ secrets.TOWER_COMPUTE_ENV }}
3131 revision : ${{ steps.revision.outputs.revision }}
32- workdir : s3://${{ secrets.AWS_S3_BUCKET }}/work/oncoanalyser /work-${{ steps.revision.outputs.revision }}
32+ workdir : s3://${{ secrets.AWS_S3_BUCKET }}/work/bactmap /work-${{ steps.revision.outputs.revision }}
3333 parameters : |
3434 {
3535 "hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
36- "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/oncoanalyser /results-${{ steps.revision.outputs.revision }}"
36+ "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/bactmap /results-${{ steps.revision.outputs.revision }}"
3737 }
3838 profiles : test_full
3939
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments