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 67d3c8e commit 1b3a3fdCopy full SHA for 1b3a3fd
.github/workflows/gradle-build.yml
@@ -10,6 +10,8 @@ on:
10
branches:
11
- "main"
12
- "release-*"
13
+ schedule:
14
+ - cron: "0 3 * * 0" # Weekly on Sundays at 3 AM UTC
15
16
jobs:
17
build:
0 commit comments