Tweaked tagging workflow to only run after successful tests

This commit is contained in:
2025-05-23 12:18:01 +01:00
parent f2bcb03cd0
commit 56f7739ae4

View File

@@ -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: