fix: have workflows run on develop#845
Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #845 +/- ##
========================================
Coverage 82.21% 82.21%
========================================
Files 48 48
Lines 1895 1895
Branches 303 303
========================================
Hits 1558 1558
Misses 337 337 Continue to review full report at Codecov.
|
karlfloersch
left a comment
There was a problem hiding this comment.
This LGTM! The names of the 'required CI' changed at some point. My guess is that at some point either 1) we changed the name of our workflows, or 2) GH started using the name for its branch protections. (example blame: https://github.com/ethereum-optimism/optimism/blame/develop/.github/workflows/ts-packages.yml#L106-L107 )
Anyway this looks good and can be merged I believe
|
Oh I changed the required checks also in our branch protections so that this PR would start passing CI |
Description
Fixes workflows so they'll execute correctly on
develop.