From 0d674166109d478fccad455d3111d143f0d7a278 Mon Sep 17 00:00:00 2001 From: iminet Date: Thu, 13 Aug 2026 04:29:53 +0200 Subject: [PATCH] test workflow job --- .github/workflows/hello.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 6a5cf40..50491af 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -3,6 +3,9 @@ name: Hello GitHub Actions on: workflow_dispatch: + schedule: + - cron: "0 */6 * * *" + jobs: hello: runs-on: ubuntu-latest