From 56f7739ae4788a8089419dad9a5012b283538ff6 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 23 May 2025 12:18:01 +0100 Subject: [PATCH] Tweaked tagging workflow to only run after successful tests --- .github/workflows/tagging.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index f8546f2..86d64db 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -1,16 +1,11 @@ name: Auto Version Tag on: - push: - branches: - - master - paths: - - "invenio_config_iform/__about__.py" - pull_request: - branches: - - master - paths: - - "invenio_config_iform/__about__.py" + workflow_run: + workflows: + - Tests + types: + - completed jobs: tag: