tisonkun commented on code in PR #59:
URL: https://github.com/apache/steve/pull/59#discussion_r2488816993


##########
.github/workflows/linting.yml:
##########
@@ -2,35 +2,30 @@ name: Linting
 
 on:
   push:
+    branches: [ trunk ]
     paths:
       - 'v3/**/*.py'
       - '**/linting.yml'
       - 'pylintrc'
       - 'v3/pyproject.toml'
-
   pull_request:
-
+    branches: [ trunk ]
   workflow_dispatch:
 
 permissions:
   contents: read
 
 jobs:
   test:
-    runs-on: ubuntu-latest
-    strategy:
-      fail-fast: false
-      max-parallel: 1
-      matrix:
-        python-version: [3.12]
+    runs-on: ubuntu-24.04

Review Comment:
   ubuntu-latest can be bumped by GitHub without an explicitly bump and can 
cause failure without any code change.
   
   But I can revert all workflows changes, retaining only `poetry run pylint` 
to `poetry run ruff`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to