Skip to content

Commit

Permalink
!!DO NOT MERGE!! SKIP REQUIRING HYDRA CHECKS, since they don't pass o…
Browse files Browse the repository at this point in the history
…n Moritz's HEAD
  • Loading branch information
smelc committed Jul 5, 2024
1 parent 03f009d commit bc9eb81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
echo "DRY_RUN=$dry_run" >> "$GITHUB_OUTPUT"
- name: Get specific check run status
timeout-minutes: 120
if: false # DON'T MERGE ME, FOR TESTING ONLY
run: |
while true; do
conclusion=$(gh api "repos/$GITHUB_REPOSITORY/commits/${{ env.TARGET_TAG }}/check-runs" --jq '.check_runs[] | select(.name | test("ci/hydra-build:.*\\.required")) | .conclusion')
Expand Down

0 comments on commit bc9eb81

Please sign in to comment.