From 84f037dc7e4b3317573b0e909c61de77f19432a8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 2 Oct 2025 10:14:13 -1000 Subject: [PATCH] ;tools:just: more updates --- Justfile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index afbec285c..a3ac82c32 100644 --- a/Justfile +++ b/Justfile @@ -1093,6 +1093,7 @@ nightlybin: git push -f origin HEAD:nightly git push -f origin HEAD:binaries echo "When binaries have built successfully, run just nightlyrel-bin-copy" + just ghworkflows-open # Browse the github nightly prerelease. @nightlyrel-open: @@ -1693,14 +1694,18 @@ installcommithook: @push *INTERVAL: just functest --hide && tools/push {{ INTERVAL }} -# Get the id of the latest run of the named workflow. -@_ghrun-id WORKFLOW: - gh run list --workflow {{ WORKFLOW }} --json databaseId --jq '.[0].databaseId' +# Browse the All workflows status page on github. +@ghworkflows-open: + open -a safari https://ci.hledger.org # Browse the latest run of the named workflow. @ghrun-open WORKFLOW: gh run view --web $(just _ghrun-id {{ WORKFLOW }}) +# Get the id of the latest run of the named workflow. +@_ghrun-id WORKFLOW: + gh run list --workflow {{ WORKFLOW }} --json databaseId --jq '.[0].databaseId' + # stackclean: \ # $(call def-help-hide,stackclean, remove .stack-work/ dirs ) # $(STACK) purge