From d12546c0592e17dab077dfff2362e67c3a00fdf9 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 27 Feb 2024 16:55:52 -0500 Subject: [PATCH] Update. No-Issue Signed-off-by: James Tanner --- .github/workflows/ci_full.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_full.yml b/.github/workflows/ci_full.yml index 2fa0d2554b..43264c23dd 100644 --- a/.github/workflows/ci_full.yml +++ b/.github/workflows/ci_full.yml @@ -1,10 +1,9 @@ --- name: galaxy_ng/ci -on: - pull_request: - branches: - - '*' - workflow_dispatch: +on: {pull_request: {branches: ['**']}, push: {branches: ['**']}} + +concurrency: + cancel-in-progress: true jobs: