Commit 41f7529
committed
Remove final workflow step
This didn't work as I expected it would in GitHub Actions. If a `needs`
workflow fails the final workflow is skipped. Skipped workflows,
however, do not prevent a PR from being merged.
Instead, just require the mypy and coverage workflows.1 parent b752d45 commit 41f7529
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
0 commit comments