Commit 69ec26c
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments