Skip to content

Commit 2e169c6

Browse files
committed
Add cascading rebuild v2 for Hibernate module
1 parent 5c215b1 commit 2e169c6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/trigger_dep_builds_v2.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ jobs:
2323
- 'FasterXML/jackson-dataformat-xml'
2424
- 'FasterXML/jackson-datatypes-collections'
2525
- 'FasterXML/jackson-datatypes-misc'
26+
- 'FasterXML/jackson-datatype-hibernate'
2627
- 'FasterXML/jackson-datatype-joda'
2728
- 'FasterXML/jackson-module-kotlin'
2829
- 'FasterXML/jackson-module-scala'
29-
- 'FasterXML/jackson-jaxrs-providers'
3030
- 'FasterXML/jackson-jakarta-rs-providers'
31-
- 'FasterXML/jackson-integration-tests'
31+
- 'FasterXML/jackson-jaxrs-providers'
3232
- 'FasterXML/jackson-benchmarks'
33+
- 'FasterXML/jackson-integration-tests'
3334

3435
steps:
3536
- name: Repository dispatch
@@ -41,5 +42,5 @@ jobs:
4142
# Could push information on what was built but not yet
4243
client-payload: '{"version": "N/A" }'
4344
- name: Delay between dispatches
44-
run: sleep 10s
45+
run: sleep 8s
4546
shell: bash

0 commit comments

Comments
 (0)