Skip to content

Commit

Permalink
CI: Disable the CI Build on push to master branch
Browse files Browse the repository at this point in the history
Due to the [recent cost-cutting](apache#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.
  • Loading branch information
lupyuen committed Nov 3, 2024
1 parent bce5dee commit fb81748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:
paths-ignore:
- 'Documentation/**'
branches:
- master
- 'releases/*'
tags:

Expand Down

0 comments on commit fb81748

Please sign in to comment.