Skip to content

Commit 167f70c

Browse files
authored
Update release-gradle-app.yml
1 parent aea2960 commit 167f70c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-gradle-app.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
66
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
77

8-
name: Manually release Gradle application
8+
name: Nightly release
99
on:
10-
workflow_dispatch:
10+
schedule:
11+
- cron: '0 22 * * *'
1112

1213
permissions:
1314
contents: write

0 commit comments

Comments
 (0)