Skip to content

Commit

Permalink
disable automatic controller sync
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicdarkoo committed Dec 18, 2024
1 parent 10fc127 commit 3b4b90e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync_master_to_develop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Branch synchronizer

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

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

jobs:
sync-develop-with-master:
Expand Down

0 comments on commit 3b4b90e

Please sign in to comment.