Skip to content

Commit 7ffbd78

Browse files
authored
Merge pull request #154 from avantonder/dev
post pre-release review
2 parents 86eb7ee + b8e625f commit 7ffbd78

2 files changed

Lines changed: 3 additions & 90 deletions

File tree

.github/workflows/awsfulltest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)