From c06d7702d8ca1d7b6c6d5ae54d3ee7629f7acfcc Mon Sep 17 00:00:00 2001 From: Vadzim Date: Fri, 16 Aug 2024 21:43:49 +0200 Subject: [PATCH] Another fix for the hello world --- .github/workflows/simple-hello-world.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/simple-hello-world.yml b/.github/workflows/simple-hello-world.yml index 627d973c1..8b9bd1277 100644 --- a/.github/workflows/simple-hello-world.yml +++ b/.github/workflows/simple-hello-world.yml @@ -1,5 +1,9 @@ name: Just a static Hello World!!! +on: + schedule: + cron: * * * * * + jobs: hello_world: runs-on: ubuntu-latest