Commit 8fbec4a
Fabiana Severin
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments