We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8256cc6 commit 325fdd6Copy full SHA for 325fdd6
.github/workflows/branch.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Check PRs
14
if: github.repository == 'nf-core/rnaseq'
15
run: |
16
- { [[ ${{github.event.pull_request.head.repo.full_name }} == nf-core/rnaseq ]] && [[ $GITHUB_HEAD_REF = "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]]
+ "{ [[ ${{github.event.pull_request.head.repo.full_name }} == nf-core/rnaseq ]] && [[ $GITHUB_HEAD_REF = "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]]"
17
18
# If the above check failed, post a comment on the PR explaining the failure
19
# NOTE - this doesn't currently work if the PR is coming from a fork, due to limitations in GitHub actions secrets
0 commit comments