Migrate workflows to Blacksmith

This commit is contained in:
blacksmith-sh[bot]
2026-05-22 07:30:31 +00:00
committed by GitHub
parent c0ea3aefbe
commit 54b5ab932f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build, push, and deploy
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
+1 -1
View File
@@ -19,7 +19,7 @@ on:
jobs:
build:
name: Build, push, and deploy
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
packages: write
+1 -1
View File
@@ -9,7 +9,7 @@ env:
jobs:
build:
if: github.repository == 'umami-software/umami'
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
+1 -1
View File
@@ -5,7 +5,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
issues: write
pull-requests: write