Skip to content

Commit

Permalink
fix: disable cron
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Apr 8, 2024
1 parent 0aefa5d commit c996ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#
name: "Sync Vald"
on:
# pull_request:
schedule:
- cron: "*/5 * * * *"
pull_request:
# schedule:
# - cron: "*/5 * * * *"
jobs:
sync-main:
uses: ./.github/workflows/_build.yaml
Expand Down

0 comments on commit c996ea0

Please sign in to comment.