Skip to content

Commit 30eeab7

Browse files
committed
use the variable
1 parent 0beaadb commit 30eeab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/slowest_tests/update-slowest-times-issue.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repo=pytensor
77
issue_number=1124
88
title="Speed up test times :rocket:"
99
workflow=Tests
10-
latest_id=$(gh run list --branch main --limit 1 --workflow "Tests" --status success --json databaseId,startedAt,updatedAt --jq '
10+
latest_id=$(gh run list --branch main --limit 1 --workflow $workflow --status success --json databaseId,startedAt,updatedAt --jq '
1111
. | map({
1212
databaseId: .databaseId,
1313
startedAt: .startedAt,

0 commit comments

Comments
 (0)