Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Verified; Looks good to me, approved
[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(-)

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 change 834664. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Idf3289b6759dba34b595a2b860103357b04111f0
Gerrit-Change-Number: 834664
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged