Skip to content

Commit ca129ac

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 9db6f6c commit ca129ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Cucumber Scala CI
22

33
on:
4-
workflow_call:
54
pull_request:
65
branches:
76
- main

0 commit comments

Comments
 (0)