From cd8e56a2c090cdaa73bf3b1af3a992368a27eecd Mon Sep 17 00:00:00 2001 From: Aleksei Igrychev Date: Wed, 14 Feb 2024 15:27:55 +0000 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b3a627e..8c6d8fb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,10 @@ name: Test on: push: + schedule: + - cron: "0 8 * * *" + workflow_dispatch: + jobs: channel: @@ -40,4 +44,4 @@ jobs: with: version: v1.2.35 - - run: werf version \ No newline at end of file + - run: werf version