Skip to content

Commit

Permalink
feat: sync gitee every day instead of every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 3, 2024
1 parent 82a8c83 commit 16d8870
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sync_gitee.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: sync_gitee
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "0 12 * * *"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 16d8870

Please sign in to comment.