Skip to content

Commit a294ae6

Browse files
[MAINTENANCE] Temporarily run CI on maint/shard-marker-tests branch pushes (#11858)
1 parent 5dd8833 commit a294ae6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ on:
2222
- cron: "0 */3 * * *"
2323
workflow_dispatch: # allows manual triggering with branch picker
2424
push:
25+
# TEMPORARY: run develop's CI on this branch so workflow changes in PR #11850
26+
# are actually exercised. Reverted by #11850 itself once merged.
27+
branches:
28+
- maint/shard-marker-tests
2529
# Semantic versioning syntax defined by PyPI: https://pythonpackaging.info/07-Package-Release.html#Versioning-your-code
2630
tags:
2731
# Stable release syntax

0 commit comments

Comments
 (0)