Skip to content

Commit

Permalink
Merge pull request #84 from napse-invest/feature/setup-all-models
Browse files Browse the repository at this point in the history
tmp
  • Loading branch information
tomjeannesson authored Aug 10, 2023
2 parents 8997e24 + ba5b9ce commit 6c29406
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check_PR_source_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
BASE_REF: ${{ github.base_ref }}
ENVIRONMENT: ${{ github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
run: |
echo "New"
if [[ "$ENVIRONMENT" == "internal" ]] && [[ "$HEAD_REF" != "dev" ]] && [[ "$BASE_REF" == "main" ]]; then
echo "Merge requests to the main branch are only allowed from the dev branch."
exit 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
gistID: 40fac957532fe3b731c99067467de842
filename: django-napse-coverage.json
label: Coverage
message: ${{ env.COVERAGE }}%
message: ${{ env.COVERAGE }}%
valColorRange: ${{ env.COVERAGE }}
minColorRange: 50
maxColorRange: 95
Expand Down

0 comments on commit 6c29406

Please sign in to comment.