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 d8bfbf6 commit d0e6a14Copy full SHA for d0e6a14
.github/workflows/nightly.yml
@@ -1,7 +1,7 @@
1
-name: Nightly Build
+name: Publish Nightly Build
2
on:
3
schedule:
4
- - cron: '0 1 * * *'
+ - cron: '15 1 * * *'
5
workflow_dispatch:
6
7
jobs:
@@ -45,12 +45,7 @@ jobs:
45
46
# Setup Gradle
47
- name: Setup Gradle
48
- uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 #v3.5.0
49
- with:
50
- add-job-summary: 'on-failure'
51
- add-job-summary-as-pr-comment: 'on-failure'
52
- validate-wrappers: true
53
- gradle-home-cache-cleanup: true
+ uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 #v4.3.1
54
55
- name: Publish Plugin
56
env:
0 commit comments