From 2e2390196db814e91323b3f463f3a8c97868bc2e Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Sun, 3 Nov 2024 23:49:41 +0800 Subject: [PATCH] CI: Disable the CI Build on push to master branch Due to the [recent cost-cutting](https://github.com/apache/nuttx/issues/14376), we are no longer running PR Merge Jobs in the `nuttx` and `nuttx-apps` repos. For this to happen, I am now running a script on my computer that will cancel any PR Merge Jobs that appear: [kill-push-master.sh](https://github.com/lupyuen/nuttx-release/blob/main/kill-push-master.sh) This PR disables PR Merge Jobs permanently, so that we no longer need to run the script. This prevents our CI Charges from over-running, in case the script fails to operate properly. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eadf1bdc2380c..2c66d13324632 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,6 @@ on: paths-ignore: - 'Documentation/**' branches: - - master - 'releases/*' tags: