diff --git a/.github/workflows/ubuntu_action_test.yml b/.github/workflows/ubuntu_action_test.yml index e2a2c27..ca0c3a5 100644 --- a/.github/workflows/ubuntu_action_test.yml +++ b/.github/workflows/ubuntu_action_test.yml @@ -1,7 +1,7 @@ name: Action test on Ubuntu on: - scheduled: + schedule: - cron: "0 2 * * *" # Runs at 02:00 UTC everyday workflow_dispatch: