Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenepix committed Dec 18, 2023
1 parent b8c0f89 commit a60888c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
label: Coverage
message: ${{ env.COVERAGE }} %
valColorRange: ${{ env.COVERAGE }}
minColorRange: 50
maxColorRange: 95
minColorRange: 70
maxColorRange: 100

stop-runner:
name: Stop self-hosted EC2 runner
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ jobs:
deploy:
needs: start-runner
name: Deploy documentation
runs-on: ubuntu-latest
runs-on: ${{ needs.start-runner.outputs.label }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- uses: actions/setup-python@v4
with:
python-version: 3.11
Expand Down

0 comments on commit a60888c

Please sign in to comment.