From 74bd8b276269dc4b438c72fdef23dcc2f104baef Mon Sep 17 00:00:00 2001 From: Pierluigi Cifani Date: Wed, 30 Oct 2024 15:27:25 +0100 Subject: [PATCH] Try this --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db76d71..5ce90e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,7 @@ name: CI on: - push: - branches: - - main - pull_request: - branches: - - '*' - workflow_dispatch: + push concurrency: group: ci-${{ github.ref }}