Skip to content

Commit d0e6a14

Browse files
sbouchetadietish
authored andcommitted
build: create nightly build
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent d8bfbf6 commit d0e6a14

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Nightly Build
1+
name: Publish Nightly Build
22
on:
33
schedule:
4-
- cron: '0 1 * * *'
4+
- cron: '15 1 * * *'
55
workflow_dispatch:
66

77
jobs:
@@ -45,12 +45,7 @@ jobs:
4545

4646
# Setup Gradle
4747
- 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
48+
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 #v4.3.1
5449

5550
- name: Publish Plugin
5651
env:

0 commit comments

Comments
 (0)