Skip to content

Commit 0ad700f

Browse files
committed
Cleanup
1 parent 2f5a988 commit 0ad700f

File tree

3 files changed

+13
-160
lines changed

3 files changed

+13
-160
lines changed

.github/workflows/aarch64-darwin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Prebuild DevX closures for aarch64-darwin
1+
name: DevX closures for aarch64-darwin
22

33
on:
44
push:
55

66
jobs:
77
build:
8-
name: Build for aarch64-darwin
8+
name: Prebuild and Upload
99
uses: ./.github/workflows/main.yml
1010
with:
1111
platform: aarch64-darwin

.github/workflows/main.yml

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

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

2727
discover:
28-
# needs: wait-for-hydra-eval
28+
needs: wait-for-hydra-eval
2929
name: Discover
3030
runs-on: ubuntu-latest
3131
outputs:
@@ -35,7 +35,7 @@ jobs:
3535
id: set-matrix
3636
run: |
3737
# Group the output by platform.
38-
RUNS=$(gh api "repos/$GITHUB_REPOSITORY/commits/2c66429a549f1122374faf3e1eb097e07a8f0c22/check-runs" --paginate)
38+
RUNS=$(gh api "repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs" --paginate)
3939
echo "checks..."
4040
FILTERED=$(jq -c -r '.check_runs[] | select(.name | endswith("-env")) | select(.name | startswith("${{ inputs.platform }}")) | { "config": .name, "build_path": .output.text, "short_name": .name | sub("${{ inputs.platform }}\\.";"") }' <<< "$RUNS")
4141
jq . <<< "$FILTERED"

.github/workflows/wait-and-upload.yml

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)