We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bf69f commit 7d800daCopy full SHA for 7d800da
.github/workflows/build.yml
@@ -8,6 +8,12 @@ on:
8
pull_request:
9
branches:
10
- 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:
17
18
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
19
concurrency:
0 commit comments