Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] fix workflow files

Change-Id: If99a1e4d07eac7490e3199b54d42c6bead64537d
---
M .github/workflows/doctest.yml
M .github/workflows/login_tests-ci.yml
M .github/workflows/oauth_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index e841423..b4032be 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -15,7 +15,7 @@

jobs:
build:
- runs-on: ${{ matrix.os || "ubuntu-latest" }}
+ runs-on: ${{ matrix.os || 'ubuntu-latest' }}
timeout-minutes: 10

strategy:
diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml
index 92efe93..7d18e02 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -15,7 +15,7 @@

jobs:
build:
- runs-on: ${{ matrix.os || "ubuntu-latest" }}
+ runs-on: ${{ matrix.os || 'ubuntu-latest' }}
timeout-minutes: 30

strategy:
diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml
index b263be4..3140908 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -16,7 +16,7 @@

jobs:
build:
- runs-on: ${{ matrix.os || "ubuntu-latest" }}
+ runs-on: ${{ matrix.os || 'ubuntu-latest' }}
timeout-minutes: 5

strategy:
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index e2421ae..e7ff0a2 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -17,7 +17,7 @@

jobs:
build:
- runs-on: ${{ matrix.os || "ubuntu-latest" }}
+ runs-on: ${{ matrix.os || 'ubuntu-latest' }}
continue-on-error: ${{ matrix.experimental || false }}
timeout-minutes: 100


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

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