Skip to content

Commit

Permalink
Merge branch 'isthmus-devnet-0' into emhane/storage-root-isthmus
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Dec 19, 2024
2 parents 70e7177 + 1dbecaa commit 3f58f5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ jobs:
name: unit success
runs-on: ubuntu-latest
if: always()
needs: [test, state, doc]
needs: [
test,
#state,
doc
]
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down

0 comments on commit 3f58f5a

Please sign in to comment.