mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
ci: fix required checks (#3192)
This commit is contained in:
8
.github/workflows/fuzz.yml
vendored
8
.github/workflows/fuzz.yml
vendored
@@ -63,8 +63,14 @@ jobs:
|
||||
flags: fuzz-tests
|
||||
|
||||
fuzz-success:
|
||||
if: always()
|
||||
name: fuzz success
|
||||
runs-on: ubuntu-latest
|
||||
needs: all
|
||||
steps:
|
||||
- run: echo Success!
|
||||
# Note: This check is a dummy because we currently have fuzz tests disabled.
|
||||
- run: echo OK.
|
||||
#- name: Decide whether the needed jobs succeeded or failed
|
||||
# uses: re-actors/alls-green@release/v1
|
||||
# with:
|
||||
# jobs: ${{ toJSON(needs) }}
|
||||
Reference in New Issue
Block a user