Skip to content

Commit f52269e

Browse files
authored
Allow running the ORM tracking workflow against a specific branch/tag (hibernate#1859)
1 parent 0b81ca4 commit f52269e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tracking-orm-6.build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
# * is a special character in YAML, so you have to quote this string
1616
# Run every hour at minute 25
1717
- cron: '25 * * * *'
18+
# Allow running this workflow against a specific branch/tag
19+
workflow_dispatch:
1820

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

0 commit comments

Comments
 (0)