mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
CI: Switch over some workflows to Blacksmith.sh runners
The people over at Blacksmith.sh have generously offered usage of their runners for our organization, so let's try to switch over some simple workflows. The runners should be drop-in replacements.
This commit is contained in:
parent
9a071c9e89
commit
be766ecb30
2
.github/workflows/lint-commits.yml
vendored
2
.github/workflows/lint-commits.yml
vendored
|
|
@ -7,7 +7,7 @@ on: [pull_request_target]
|
|||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
if: github.repository == 'LadybirdBrowser/ladybird'
|
||||
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/merge-conflict-labeler.yml
vendored
2
.github/workflows/merge-conflict-labeler.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
auto-labeler:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
|
|
|||
3
.github/workflows/notes-push.yml
vendored
3
.github/workflows/notes-push.yml
vendored
|
|
@ -5,10 +5,11 @@ on:
|
|||
- master
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'LadybirdBrowser/ladybird'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
permissions:
|
||||
actions: write # required for cache management (see https://github.com/actions/stale/issues/1133)
|
||||
pull-requests: write
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user