We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b686afd commit 3997866Copy full SHA for 3997866
.github/workflows/ci.yml
@@ -3,8 +3,7 @@ name: Java CI
3
on:
4
- push
5
- workflow_dispatch
6
- #run every hour
7
- - schedule:
+ - schedule: #run every hour
8
- cron: '0 * * * *'
9
10
env:
0 commit comments