workflow triggers
This commit is contained in:
parent
0e905955b4
commit
60a74a3e85
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user