|
From: kosmirror <kos...@us...> - 2025-10-11 17:37:20
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via 7bf0e0329b23482eae9f5231f39a0843dee407c7 (commit)
from d5f06d52f7b32af94c49ebf740d55ab0e7487967 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7bf0e0329b23482eae9f5231f39a0843dee407c7
Author: Paul Cercueil <pa...@cr...>
Date: Sat Oct 11 19:23:31 2025 +0200
CI: Temporarily disable exclusion rule for Markdown files
This was added late and is buggy as it causes the toolchain to be built
always, even for pull requests that don't touch any toolchain-related or
CI-related files.
Signed-off-by: Paul Cercueil <pa...@cr...>
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/autobuild.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml
index c0d31726..35e3d9a0 100644
--- a/.github/workflows/autobuild.yml
+++ b/.github/workflows/autobuild.yml
@@ -52,7 +52,6 @@ jobs:
- .github/workflows/build-kos.sh
- .github/workflows/list-profiles.sh
- utils/dc-chain/**
- - '!**/*.md'
- name: build-toolchain
if: steps.filter.outputs.paths == 'true'
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|