Skip to content

Commit

Permalink
Fix to help with project checking
Browse files Browse the repository at this point in the history
  • Loading branch information
spficklin committed Feb 12, 2022
1 parent cd70a84 commit 0c77055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check PRs
if: github.repository == 'systemsgenetics/gemmaker'
run: |
{ [[ ${{github.event.pull_request.head.repo.full_name }} == systemsgenetics/gemmaker ]] && [[ $GITHUB_HEAD_REF = "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]]
{ [[ ${{github.event.pull_request.head.repo.full_name }} == SystemsGenetics/GEMmaker ]] && [[ $GITHUB_HEAD_REF = "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]]
# If the above check failed, post a comment on the PR explaining the failure
Expand Down

0 comments on commit 0c77055

Please sign in to comment.