mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
workflows/eval: Make sure to compare against the push run (#360274)
This commit is contained in:
commit
46fba61472
2
.github/workflows/eval.yml
vendored
2
.github/workflows/eval.yml
vendored
@ -168,7 +168,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Get the latest eval.yml workflow run for the PR's base commit
|
# Get the latest eval.yml workflow run for the PR's base commit
|
||||||
if ! run=$(gh api --method GET /repos/"$REPOSITORY"/actions/workflows/eval.yml/runs \
|
if ! run=$(gh api --method GET /repos/"$REPOSITORY"/actions/workflows/eval.yml/runs \
|
||||||
-f head_sha="$BASE_SHA" \
|
-f head_sha="$BASE_SHA" -f event=push \
|
||||||
--jq '.workflow_runs | sort_by(.run_started_at) | .[-1]') \
|
--jq '.workflow_runs | sort_by(.run_started_at) | .[-1]') \
|
||||||
|| [[ -z "$run" ]]; then
|
|| [[ -z "$run" ]]; then
|
||||||
echo "Could not find an eval.yml workflow run for $BASE_SHA, cannot make comparison"
|
echo "Could not find an eval.yml workflow run for $BASE_SHA, cannot make comparison"
|
||||||
|
Loading…
Reference in New Issue
Block a user