Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/788689 )
Change subject: [tests] run login_tests action for master only ......................................................................
[tests] run login_tests action for master only
Change-Id: I375bc146b67ff701ef50bd6a8e4f4badeed78b23 --- M .github/workflows/login_tests-ci.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml index 14d46ff..6d06e49 100644 --- a/.github/workflows/login_tests-ci.yml +++ b/.github/workflows/login_tests-ci.yml @@ -7,7 +7,7 @@ on: workflow_run: workflows: [ "Pywikibot CI" ] - branches: [ master, stable ] + branches: [ master ] types: - completed
pywikibot-commits@lists.wikimedia.org