From e7d53b6d93964999ec5a4d472705e62211202334 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:14:41 -0700 Subject: [PATCH] . --- .github/workflows/build.yml | 2 +- .github/workflows/compile-clients.yml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f21788..6fb7cfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] jobs: build: diff --git a/.github/workflows/compile-clients.yml b/.github/workflows/compile-clients.yml index 5b7532c..2e3aee6 100644 --- a/.github/workflows/compile-clients.yml +++ b/.github/workflows/compile-clients.yml @@ -1,6 +1,9 @@ name: Build and compile clients -on: [workflow_dispatch] +on: + schedule: + - cron: 0 0 * * * + workflow_dispatch: jobs: build: @@ -42,5 +45,5 @@ jobs: - name: Commit and push changes uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: 'github-actions: Build and compile clients' + commit_message: 'github-actions: build and compile clients' commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'