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