fix: forgejo runs-on
Some checks failed
CI / audit-test-build (pull_request) Failing after 1m8s
CI / publish (pull_request) Has been skipped

This commit is contained in:
Matthew McPeak 2026-06-10 17:16:42 -04:00
parent f109ce3517
commit 202c50f9fb
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -8,7 +8,7 @@ on:
jobs:
audit-test-build:
runs-on: docker
runs-on: ubuntu-latest
container: oven/bun:1
steps:
- name: Checkout
@ -35,7 +35,7 @@ jobs:
publish:
needs: audit-test-build
if: startsWith(github.ref, 'refs/tags/v')
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4