Skip to content

Commit fc1c309

Browse files
authored
Update main.yml
1 parent 09cd898 commit fc1c309

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ env:
1111
GH_TOKEN: ${{ github.token }}
1212

1313
jobs:
14-
wait-for-hydra-eval:
15-
env:
16-
GH_TOKEN: ${{ github.token }}
17-
name: "Wait for hydra status"
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: input-output-hk/actions/wait-for-hydra@latest
21-
with:
22-
check: required
14+
# wait-for-hydra-eval:
15+
# env:
16+
# GH_TOKEN: ${{ github.token }}
17+
# name: "Wait for hydra status"
18+
# runs-on: ubuntu-latest
19+
# steps:
20+
# - uses: input-output-hk/actions/wait-for-hydra@latest
21+
# with:
22+
# check: required
2323

2424
discover:
25-
needs: wait-for-hydra-eval
25+
# needs: wait-for-hydra-eval
2626
name: Discover
2727
runs-on: ubuntu-latest
2828
outputs:

0 commit comments

Comments
 (0)