Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/834664 )

Change subject: [tests] Only run login_tests-ci.yml if previous job was 
successfull
......................................................................

[tests] Only run login_tests-ci.yml if previous job was successfull

Change-Id: Idf3289b6759dba34b595a2b860103357b04111f0
---
M .github/workflows/login_tests-ci.yml
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Verified; Looks good to me, approved



diff --git a/.github/workflows/login_tests-ci.yml 
b/.github/workflows/login_tests-ci.yml
index 55d5246..977c5da 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -19,6 +19,7 @@
 jobs:
   build:
     runs-on: ${{ matrix.os || 'ubuntu-latest' }}
+    if: ${{ github.event.workflow_run.conclusion == 'success' }}
     continue-on-error: ${{ matrix.experimental || false }}
     timeout-minutes: 2


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/834664
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Idf3289b6759dba34b595a2b860103357b04111f0
Gerrit-Change-Number: 834664
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to