File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
nf_core/pipeline-template/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515- downgrade nf-schema to fix CI tests ([ #3544 ] ( https://github.com/nf-core/tools/pull/3544 ) )
1616- Make jobs automatically resubmit for exit code 175 ([ #3564 ] ( https://github.com/nf-core/tools/pull/3564 ) )
1717- bump nf-schema back to 2.3.0 ([ #3577 ] ( https://github.com/nf-core/tools/pull/3577 ) )
18+ - Do not skip AWS fulltest action on release ([ #3583 ] ( https://github.com/nf-core/tools/pull/3583 ) )
1819
1920### Linting
2021
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 == '{{ name }}' && github.event.review.state == 'approved' && (github.event.pull_request.base.ref == 'master' || github.event.pull_request.base.ref == 'main') || github.event_name == 'workflow_dispatch'
17+ if : github.repository == '{{ name }}' && 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
You can’t perform that action at this time.
0 commit comments