From b64ac8405d14344f9dabced6ad6e5b182ab62bf7 Mon Sep 17 00:00:00 2001 From: nanos Date: Tue, 7 Mar 2023 11:37:30 +0000 Subject: [PATCH] Avoid concurrent runs --- .github/workflows/get_context.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 1cc3695..b9b4356 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -1,10 +1,11 @@ name: getAllRepliesToKnownPots +concurrency: get_context on: workflow_dispatch: schedule: - cron: '3,13,23,33,43,53 * * * *' - + jobs: run: runs-on: ubuntu-latest