Request Render #8403
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This will make a request render backend to stop spins down the server on idle | |
name: Request Render | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "*/12 * * * *" | |
jobs: | |
request-render: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Request Render | |
run: curl -X GET ${{ secrets.RENDER_BACKEND_URL }} |