From 6b702ba3cbccb70c6d07e8ae1916ddb45082677e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sun, 22 Dec 2024 02:04:24 +0100 Subject: [PATCH] Test actions --- .gitea/workflows/gitea-ci.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index d6bdc10..873eda3 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -1,6 +1,11 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +name: Build and push runner-custom image +run-name: ${{ gitea.actor }} is runs gitea-ci.yaml +on: + push: + branches: + - main + schedule: + - cron: '0 0 * * *' jobs: Explore-Gitea-Actions: