From 2932232f14c41c2d8244c0ffe347fa2776f7ad05 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 14:31:23 +0100 Subject: [PATCH] ci: see if this limits running actions 3 --- .forgejo/workflows/geyser.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index bc659b3..ee5318c 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -3,12 +3,11 @@ on: schedule: - cron: '0 0 * * *' -concurrency: - group: "update_geyser" - cancel-in-progress: true - jobs: update: + concurrency: + group: "update_geyser" + cancel-in-progress: true strategy: max-parallel: 1