Skip to content

Commit

Permalink
archive-ready: disable automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
damianperera committed Aug 31, 2024
1 parent 40150a0 commit d98f070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

name: build
on:
schedule:
- cron: '0 0 1 * *'
#schedule:
# - cron: '0 0 1 * *'
workflow_dispatch:
inputs:
releaseNotes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For more use-cases visit the [OpenWrt Wiki](https://openwrt.org/reasons_to_use_o
- PassKey: `changeThisPassKey`

## Release Schedule
Automated builds have been scheduled for once a month. Urgent hotfixes will be manually triggered.
Automated builds have been disabled. Urgent hotfixes will be manually triggered if required.

---

Expand Down

0 comments on commit d98f070

Please sign in to comment.