ci: fix workflow bugs in release and go-ci

- release.yml: merge orphaned `uses:` into the Checkout step
- go-ci.yml: skip simple-responder build when restored from cache
This commit is contained in:
Benson Wong
2026-05-13 21:48:27 -07:00
parent a4b91e08cf
commit 4e606feff0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -54,6 +54,7 @@ jobs:
# necessary for testing proxy/Process swapping
- name: Create simple-responder
if: steps.restore-simple-responder.outputs.cache-hit != 'true'
run: make simple-responder
- name: Save Simple Responder