Skip to content

Commit 8fbec4a

Browse files
author
Fabiana Severin
committed
fix(ci): add workflow_call trigger to integration test
release.yml invokes run-integration-test.yml as a reusable workflow via uses:, which GitHub requires the called workflow to declare with an on: workflow_call trigger. Without it the log4j2 release would fail when resolving the reusable workflow.
1 parent b9418bc commit 8fbec4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run-integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
on:
1111
workflow_dispatch:
12+
workflow_call:
1213
push:
1314
branches: [ main ]
1415
paths:

0 commit comments

Comments
 (0)