mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00: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
Notes:
github-actions[bot]
2025-05-27 07:51:21 +00:00
Author: https://github.com/gmta
Commit: be766ecb30
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4891
4 changed files with 5 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue