Skip to content

Commit d2ff90f

Browse files
authored
Disabling daily builds because it's burning Github action credits.
1 parent 5af9d97 commit d2ff90f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121
pull_request:
2222
branches: [ main ]
2323
# Run these workflows on a schedule so that docker images are regularly updated for security patches.
24-
schedule:
25-
- cron: "1 0 * * *"
24+
# schedule:
25+
# - cron: "1 0 * * *"
2626
# Give us a button to allow running the workflow on demand for testing.
2727
workflow_dispatch:
2828
inputs:

0 commit comments

Comments
 (0)