Skip to content

Commit 7d800da

Browse files
committed
Build with snapshots every hour
1 parent 06bf69f commit 7d800da

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
@@ -8,6 +8,12 @@ on:
88
pull_request:
99
branches:
1010
- wip/2.4
11+
schedule:
12+
# * is a special character in YAML, so you have to quote this string
13+
# Run every hour at minute 25
14+
- cron: '25 * * * *'
15+
# Allow running this workflow against a specific branch/tag
16+
workflow_dispatch:
1117

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

0 commit comments

Comments
 (0)