Skip to content

Commit

Permalink
Disable automatic controller syncs (#1020)
Browse files Browse the repository at this point in the history
* Disable automatic controller syncs

* delete comments
  • Loading branch information
lukicdarkoo authored Dec 25, 2024
1 parent 4f63238 commit be9c9ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/libcontroller_updater.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Libcontroller Updater

on:
schedule:
- cron: '0 04 * * *'
workflow_dispatch:

jobs:
automatic-libcontroller-sync:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sync_master_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Branch synchronizer
on:
workflow_dispatch:

# schedule:
# - cron: '0 04 * * *'

jobs:
sync-develop-with-master:
runs-on: ubuntu-latest
Expand Down

0 comments on commit be9c9ce

Please sign in to comment.