Skip to content

Commit 41e2e55

Browse files
MAINT: Disable automated tagging on release
This workflow has been failing for many months anyway and requires further fixing. See #2753 for details. To avoid spamming my inbox on each release and giving the impression that each release workflow is faulty, just disable it.
1 parent 82faf98 commit 41e2e55

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
# This action only ensures the release is done with the proper contents
55
# and that it's announced with a GitHub release.
66
name: Create git tag
7+
# Disable for now and uses dummy `workflow_dispatch` trigger we usually do not use anyway.
8+
# To activate this again, we have to fix https://github.com/py-pdf/pypdf/issues/2753
79
on:
8-
push:
9-
branches:
10-
- main
10+
workflow_dispatch:
11+
# push:
12+
# branches:
13+
# - main
1114

1215
permissions:
1316
contents: write

0 commit comments

Comments
 (0)