We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b81ca4 commit f52269eCopy full SHA for f52269e
.github/workflows/tracking-orm-6.build.yml
@@ -15,6 +15,8 @@ on:
15
# * is a special character in YAML, so you have to quote this string
16
# Run every hour at minute 25
17
- cron: '25 * * * *'
18
+ # Allow running this workflow against a specific branch/tag
19
+ workflow_dispatch:
20
21
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
22
concurrency:
0 commit comments