Skip to content

Add scheduled task to generate automatically new artifacts to download#273

Description

@qarmin

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions