Skip to content

Commit 504921a

Browse files
authored
Update main.yml (#189)
1 parent ed1c6a2 commit 504921a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ env:
1515
jobs:
1616
wait-for-hydra-eval:
1717
env:
18-
HYDRA_JOB: ci/eval
1918
GH_TOKEN: ${{ github.token }}
2019
name: "Wait for hydra status"
2120
runs-on: ubuntu-latest
2221
steps:
2322
- uses: input-output-hk/actions/wait-for-hydra@latest
2423
with:
25-
check: ci/hydra-build:required
24+
check: required
2625

2726
discover:
2827
needs: wait-for-hydra-eval

0 commit comments

Comments
 (0)