Skip to content

Commit

Permalink
ci: 防止多次執行排程任務
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Feb 9, 2022
1 parent 2d01cff commit bd1f22d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- 'test/**'
- '.run/**'
- '.github/**'
- 'docs/**'
- 'coverage/**'
- 'test/**'
- '*.*'
- '.*'
schedule:
Expand All @@ -24,7 +27,7 @@ on:
## │ │ │ │ │
## * * * * *
# - cron: '* * 1 * *'
- cron: '* * * * 3'
- cron: '* 12 * * 3'

jobs:
build:
Expand Down

0 comments on commit bd1f22d

Please sign in to comment.