We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41c92b commit 94d8330Copy full SHA for 94d8330
.github/workflows/build.yml
@@ -7,6 +7,12 @@ on:
7
- wip/2.3
8
pull_request:
9
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:
16
17
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
18
concurrency:
0 commit comments