workflow triggers
All checks were successful
Build Main / BuildLatest (push) Successful in 8m38s
Nightly build / BuildNightly (push) Successful in 27m3s
Rebuild Last Released / BuildLatest (push) Successful in 23m4s

This commit is contained in:
Guillaume Lapierre 2024-11-08 12:58:48 +01:00
parent 0e905955b4
commit 60a74a3e85

View File

@ -5,12 +5,11 @@
name: Rebuild Last Released name: Rebuild Last Released
run-name: ${{ gitea.actor }} running CI in the pipeline 🚀 run-name: ${{ gitea.actor }} running CI in the pipeline 🚀
on: on:
push:
schedule: schedule:
- cron: "10 2 * * *" - cron: "10 2 * * *"
jobs: jobs:
BuildVersion: BuildLatest:
env: env:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest