Skip to content

Commit 94d8330

Browse files
committed
Build with snapshots every hour
1 parent f41c92b commit 94d8330

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
- wip/2.3
88
pull_request:
99
branches: wip/2.3
10+
schedule:
11+
# * is a special character in YAML, so you have to quote this string
12+
# Run every hour at minute 25
13+
- cron: '25 * * * *'
14+
# Allow running this workflow against a specific branch/tag
15+
workflow_dispatch:
1016

1117
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
1218
concurrency:

0 commit comments

Comments
 (0)