Fixed workflow build
Some checks are pending
/ build (push) Waiting to run
/ release (push) Blocked by required conditions

This commit is contained in:
lichenblankie 2026-04-11 03:40:09 +00:00
parent d39f9a7813
commit c045c8709c
2 changed files with 2 additions and 77 deletions

View file

@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: docker
runs-on: nixos-runner
steps:
- name: Checkout code
@ -35,7 +35,7 @@ jobs:
release:
needs: build
runs-on: docker
runs-on: nixos-runner
if: startsWith(github.ref, 'refs/tags/v')
steps: