fix(ci): remove trigger on workflow run completion
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m1s

This commit is contained in:
2026-06-06 20:57:33 +02:00
parent b312c0e2f3
commit ca931ac8a1
-3
View File
@@ -2,9 +2,6 @@ name: Release Zig Application
on: on:
release: release:
types: [published] types: [published]
workflow_run:
workflows: [Zig Project Action]
types: [completed]
jobs: jobs:
release: release: