Skip to content

Commit 9f73e40

Browse files
authored
Remove daily samples build (#304)
The daily build of samples is no longer necessary, since a build occurs: - When a change to the `main` branch is pushed. - When a new snapshot or release is built in `logging-log4j2`. - When a PR in this repo is evaluated. This should account for all the possible factors that can influence the result of a build.
1 parent ff6dfc9 commit 9f73e40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ on:
3030
- "**.adoc"
3131
- "**.md"
3232
- "**.txt"
33-
schedule:
34-
- cron: "29 17 * * *"
3533

3634
permissions: read-all
3735

0 commit comments

Comments
 (0)