Skip to content

Commit 69ec26c

Browse files
committed
Remove unused workflow calls
In the first iteration of the release process the release action would run the tests before making a release. This necessitated adding the `workflow_call` trigger to every test action. In practice, this made releases less reliable and made it more difficult to rerun failed releases. We've long since stopped making the release action depend on passing tests, but the trigger was copied and pasted into nearly every project.
1 parent f400e05 commit 69ec26c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test-java.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
- java/**
1717
- testdata/**
1818
- .github/**
19-
workflow_call:
2019

2120
jobs:
2221
test-java:

0 commit comments

Comments
 (0)