Skip to content

Commit ad6c14d

Browse files
committed
[CI] add workflow_dispatch hook to bypass GitHub fork-PR throttling
The new module addition (dms_libreoffice_preview) pushed after a burst of activity on PR #3 / PR #5 today \u2014 GitHub's anti-abuse heuristic silently dropped the pull_request trigger for PR #6. workflow_dispatch lets us `gh workflow run` manually when this happens. Same pattern used on the 19.0-imp-dms-ux + 19.0-ci-ui-artifacts branches.
1 parent 2052815 commit ad6c14d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- "19.0"
1010
- "19.0-ocabot-*"
11+
# ledoent fork only: allow manual re-trigger when GitHub silently throttles
12+
# fork-PR workflow runs after a burst of pushes. Strip before opening an
13+
# upstream OCA PR (oca-addons-repo-template owns this file).
14+
workflow_dispatch:
1115

1216
jobs:
1317
unreleased-deps:

0 commit comments

Comments
 (0)