Skip to content

Commit 6bdd2ab

Browse files
committed
Fix incorrect CI trigger for tags
Remove the 'tags' trigger in CI. Our release automation is driven by GitHub release creation instead. When this ran, it would result in failures as the built dists did not match expected names. It was also redundant with the release build and `main` build.
1 parent 27f6a96 commit 6bdd2ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
tags:
10-
- v*
119
workflow_call:
1210
inputs:
1311
cpython-pip-version:

changelog.d/2421.contrib.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fixed CI triggers so that release tags won't create spurious failing runs --
2+
by {user}`sirosen`.

0 commit comments

Comments
 (0)