Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1069700?usp=email )

Change subject: fix pre-commit workflow file
......................................................................

fix pre-commit workflow file

Bug: T373759
Change-Id: I26809f36e642f7b5152397b63c657ef63dbcdc66
---
M .github/workflows/pre-commit.yml
1 file changed, 6 insertions(+), 6 deletions(-)

Approvals:
  JJMC89: Looks good to me, approved
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 7572982..adff076 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -12,11 +12,13 @@
   PYWIKIBOT_NO_USER_CONFIG: 2
 jobs:
   pre-commit:
-    matrix:
-      python-version:
-        - "3.13.0-alpha - 3.13.0"
-        - "3.14-dev"
     runs-on: ubuntu-latest
+    strategy:
+      fail-fast: false
+      matrix:
+        python-version:
+          - "3.13.0-alpha - 3.13.0"
+          - "3.14-dev"
     steps:
       - name: set up python ${{ matrix.python-version }}
         if: "!endsWith(matrix.python-version, '-dev')"
@@ -35,6 +37,4 @@
       - name: run pre-commit
         uses: pre-commit/[email protected]
         timeout-minutes: 5
-    strategy:
-      fail-fast: false
     timeout-minutes: 100

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

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

Reply via email to