We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1168eb2 commit e0bd8c7Copy full SHA for e0bd8c7
Justfile
@@ -51,7 +51,8 @@ assemble-exe-artifacts exe commit dest:
51
52
RUN_ID=$(gh run list \
53
--workflow {{exe}}.yml \
54
- --json databaseId,headSha | \
+ --json databaseId,headSha \
55
+ --status completed | \
56
jq --raw-output '.[] | select(.headSha=="{{commit}}") | .databaseId' | head -n 1)
57
58
if [ -z "${RUN_ID}" ]; then
0 commit comments