Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[test] Run login tests even main tests were no successful

Change-Id: I45400aa8980328b79c4b72cd5eb93fa81630e3ed
---
M .github/workflows/login_tests-ci.yml
M .github/workflows/oauth_tests-ci.yml
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml
index f89b920..c5d1b6d 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -16,7 +16,6 @@
jobs:
build:
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
timeout-minutes: 2

strategy:
diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml
index 09dec5f..e1eadaf 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -16,7 +16,6 @@
jobs:
build:
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
timeout-minutes: 2

strategy:

To view, visit change 854469. To unsubscribe, or for help writing mail filters, visit settings.

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