Skip to content

Commit 53baf1f

Browse files
committed
fix: fix github action
Signed-off-by: Kim Ebert <kim@indicio.tech>
1 parent 004e62c commit 53baf1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releasepr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585
statusCheck:
8686
name: statusCheck
8787
runs-on: ubuntu-latest
88-
needs: [indy_node_tests, call-indy-test-automation]
88+
needs: [indy_node_tests] #, call-indy-test-automation]
8989
steps:
9090
- run: 'echo "Just a status Check (Always true, when executed) for branch protection rules(blocks merging while test are running and if tests fail)." '

0 commit comments

Comments
 (0)