Skip to content

Commit 80bbc01

Browse files
lupyuenxiaoxiang781216
authored andcommitted
CI: Disable the CI Build on push to master branch
Due to the [recent cost-cutting](apache/nuttx#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.
1 parent 0212e57 commit 80bbc01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
pull_request:
1717
push:
1818
branches:
19-
- master
2019
- 'releases/*'
2120
tags:
2221

0 commit comments

Comments
 (0)