From 76efca97316bdfe0289f495d504bb1e5ba5dbbdc Mon Sep 17 00:00:00 2001 From: Trail Mate Dev Date: Thu, 30 Jul 2026 01:13:48 +0800 Subject: [PATCH] test: make Linux release workflows rerunnable --- .github/workflows/cardputer-zero-linux.yml | 1 + .github/workflows/linux-simulator.yml | 1 + .github/workflows/uconsole-linux.yml | 1 + modules/core_sys/tests/test_reticulum_call_runtime.cpp | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cardputer-zero-linux.yml b/.github/workflows/cardputer-zero-linux.yml index 88868ef6..afefd389 100644 --- a/.github/workflows/cardputer-zero-linux.yml +++ b/.github/workflows/cardputer-zero-linux.yml @@ -1,6 +1,7 @@ name: Cardputer Zero Linux on: + workflow_dispatch: push: paths: - "apps/linux_cardputer_zero/**" diff --git a/.github/workflows/linux-simulator.yml b/.github/workflows/linux-simulator.yml index d16847e3..883e8c37 100644 --- a/.github/workflows/linux-simulator.yml +++ b/.github/workflows/linux-simulator.yml @@ -1,6 +1,7 @@ name: Linux Simulator on: + workflow_dispatch: push: paths: - "apps/linux_sim_shell/**" diff --git a/.github/workflows/uconsole-linux.yml b/.github/workflows/uconsole-linux.yml index 593e2ac2..730e04f5 100644 --- a/.github/workflows/uconsole-linux.yml +++ b/.github/workflows/uconsole-linux.yml @@ -1,6 +1,7 @@ name: uConsole Linux on: + workflow_dispatch: push: paths: - "apps/linux_uconsole_gtk/**" diff --git a/modules/core_sys/tests/test_reticulum_call_runtime.cpp b/modules/core_sys/tests/test_reticulum_call_runtime.cpp index e2f8335c..17e135f5 100644 --- a/modules/core_sys/tests/test_reticulum_call_runtime.cpp +++ b/modules/core_sys/tests/test_reticulum_call_runtime.cpp @@ -379,7 +379,7 @@ void enable_sleep() ++g.sleep_enable_count; } -void update_user_activity() +void record_activity() { ++g.activity_count; }