You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/11/28 14:40:19 UTC

[beam] 01/01: Fix workflow cron syntax

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/fix-cron-syntax
in repository https://gitbox.apache.org/repos/asf/beam.git

commit fcbf65b64c3a9bbfa90da19c709b0df4d8cecc50
Author: Danny McCormick <da...@google.com>
AuthorDate: Mon Nov 28 09:40:09 2022 -0500

    Fix workflow cron syntax
---
 .github/workflows/dask_runner_tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dask_runner_tests.yml b/.github/workflows/dask_runner_tests.yml
index 382437c0c9a..33d0575e2c8 100644
--- a/.github/workflows/dask_runner_tests.yml
+++ b/.github/workflows/dask_runner_tests.yml
@@ -21,7 +21,7 @@ name: Dask Runner Tests
 
 on:
   schedule:
-    - cron: 'H H * * *'
+    - cron: '3 7 * * *'
   pull_request:
     branches: ['master', 'release-*']
     tags: 'v*'