From cee68a21ee35ad8aa554084a23fab43fe40bf3f5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 21 Oct 2021 14:54:21 -0300 Subject: [PATCH] update ubuntu workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/ubuntu_action_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: