Skip to content

Commit

Permalink
DELETEME
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Oct 26, 2023
1 parent 083d302 commit 42b0f1f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/wait-for-hydra.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Wait for hydra
on:
push: {}
pull_request_target: {}

jobs:
wait-for-hydra-eval:
if: github.repository_owner == 'input-output-hk'
env:
HYDRA_JOB: ci/hydra-build:required.x86_64-linux
GH_TOKEN: ${{ github.token }}
name: "Wait for hydra status"
runs-on: ubuntu-latest
steps:
- uses: sgillespie/actions/wait-for-hydra@latest
with:
check: ci/hydra-build:required.x86_64-linux

0 comments on commit 42b0f1f

Please sign in to comment.