File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
nf_core/pipeline-template/.github/workflows Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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