Skip to content

Commit 2fc7bf0

Browse files
committed
ci: use free github runners for pr builds and add renovate-check
1 parent cc854c4 commit 2fc7bf0

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ concurrency:
1212
jobs:
1313
build:
1414
uses: canonical/sdkcraft-actions/.github/workflows/build.yml@main
15+
with:
16+
runs-on: '["ubuntu-24.04"]'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Renovate check
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- renovate.json
7+
8+
jobs:
9+
renovate-check:
10+
uses: canonical/sdkcraft-actions/.github/workflows/renovate-check.yml@main

0 commit comments

Comments
 (0)