mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: fix required checks (#3192)
This commit is contained in:
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@ -91,8 +91,12 @@ jobs:
|
||||
--debug.terminate
|
||||
|
||||
integration-success:
|
||||
if: always()
|
||||
name: integration success
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, sync]
|
||||
steps:
|
||||
- run: echo Success!
|
||||
- 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