Commit ca129ac
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 9db6f6c commit ca129ac
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments