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

Change subject: [test] Run login tests even main tests were no successful
......................................................................

[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(-)

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 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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/854469
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: I45400aa8980328b79c4b72cd5eb93fa81630e3ed
Gerrit-Change-Number: 854469
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to