Skip to content

Commit 0146205

Browse files
authored
Merge pull request #1364 from camptocamp/fix-ci
Fix the rebuild
2 parents d27acc5 + c3f97b7 commit 0146205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
/** Python version in actions/setup-python action */
4343
{
44-
fileMatch: ['^\\.github/workflows/.*\\.yaml$'],
44+
fileMatch: ['^\\.github/workflows/(main|pull-request-automation)\\.yaml$'],
4545
matchStrings: [' python-version: [\'"](?<currentValue>[0-9\\.]+)[\'"]'],
4646
datasourceTemplate: 'python-version',
4747
depNameTemplate: 'python',

.github/workflows/rebuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
main:
99
name: Rebuild
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-22.04
1111
timeout-minutes: 300
1212

1313
strategy:

0 commit comments

Comments
 (0)