Actions: Use low-cost runner for simple workflows (#4863)

This commit is contained in:
Alexandru Ionut Tripon
2026-01-25 19:24:54 +02:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ jobs:
actions: write # for korthout/backport-action to create PR with workflow changes
name: Backport Pull Request
if: github.repository_owner == 'PrismLauncher' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name))
runs-on: ubuntu-latest
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
with:

View File

@@ -17,7 +17,7 @@ on:
jobs:
blocked_status:
name: Check Blocked Status
runs-on: ubuntu-latest
runs-on: ubuntu-slim
steps:
- name: Generate token

View File

@@ -14,7 +14,7 @@ on:
jobs:
update-blocked-status:
name: Update Blocked Status
runs-on: ubuntu-latest
runs-on: ubuntu-slim
# a pr that was a `blocking:<id>` label was merged.
# find the open pr's it was blocked by and trigger a refresh of their state

View File

@@ -11,7 +11,7 @@ jobs:
winget:
name: Winget
runs-on: windows-latest
runs-on: ubuntu-slim
steps:
- name: Publish on Winget

View File

@@ -16,7 +16,7 @@ jobs:
create_release:
needs: build_release
runs-on: ubuntu-latest
runs-on: ubuntu-slim
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:

View File

@@ -10,7 +10,7 @@ jobs:
label:
name: Label issues and PRs
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
issues: write

View File

@@ -13,7 +13,7 @@ permissions:
jobs:
update-flake:
if: github.repository == 'PrismLauncher/PrismLauncher'
runs-on: ubuntu-latest
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6