fix(ci): handle releases correctly
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 15m17s

This commit is contained in:
2026-06-03 18:51:44 +02:00
parent 5c88e2b0f8
commit a6f140977c
+1 -4
View File
@@ -2,9 +2,6 @@ name: Release Zig Application
on:
release:
types: [published]
workflow_run:
workflows: [Zig Project Action]
types: [completed]
jobs:
release:
@@ -15,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup zig installation
uses: mlugg/setup-zig@v2
uses: https://codeberg.org/mlugg/setup-zig@v2
with:
version: latest
- name: Lint check