We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3997866 commit 57a1f30Copy full SHA for 57a1f30
.github/workflows/ci.yml
@@ -3,8 +3,8 @@ name: Java CI
3
on:
4
- push
5
- workflow_dispatch
6
- - schedule: #run every hour
7
- - cron: '0 * * * *'
+ - schedule:
+ - cron: '0 * * * *' #run every hour
8
9
env:
10
SPP_PROBE_PLATFORM_HOST: "https://cloud.sourceplus.plus"
0 commit comments