Skip to content

Commit

Permalink
Merge pull request #1168 from camptocamp/fix-ci
Browse files Browse the repository at this point in the history
Fix rebuild
  • Loading branch information
sbrunner authored Oct 10, 2024
2 parents 261839a + 3eaafdb commit 68a5740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
/** Python version in actions/setup-python action */
{
fileMatch: ['^\\.github/workflows/.*\\.yaml$'],
fileMatch: ['^\\.github/workflows/(main|pull-request-automation)\\.yaml$'],
matchStrings: [' python-version: [\'"](?<currentValue>[0-9\\.]+)[\'"]'],
datasourceTemplate: 'python-version',
depNameTemplate: 'python',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
rebuild:
name: Nightly
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
timeout-minutes: 15

strategy:
Expand Down

0 comments on commit 68a5740

Please sign in to comment.