In my one project, this task looks in this way
name: 馃惂 Godot 3.x Exported Debug
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
linux-exported-debug:
runs-on: "ubuntu-20.04"
name: Editor and project
This will run 1 time per day
https://crontab.guru/ should help to find the most optimal settings
In my one project, this task looks in this way
This will run 1 time per day
https://crontab.guru/ should help to find the most optimal settings