From 691361b33acfb90fb2bfde4f4ff6c88b7de6db07 Mon Sep 17 00:00:00 2001 From: Nigel Charman Date: Fri, 3 Feb 2023 22:52:10 +1300 Subject: [PATCH] Reenabled sync workflow --- .github/workflows/synchronise_inat_to_cams.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/synchronise_inat_to_cams.yml b/.github/workflows/synchronise_inat_to_cams.yml index ce31fd78..39bdfa65 100644 --- a/.github/workflows/synchronise_inat_to_cams.yml +++ b/.github/workflows/synchronise_inat_to_cams.yml @@ -18,8 +18,8 @@ name: Synchronise iNaturalist observations to CAMS on: workflow_dispatch: -# schedule: -# - cron: '50 * * * *' + schedule: + - cron: '50 * * * *' concurrency: non-concurrent