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 0beaadb commit 30eeab7Copy full SHA for 30eeab7
scripts/slowest_tests/update-slowest-times-issue.sh
@@ -7,7 +7,7 @@ repo=pytensor
7
issue_number=1124
8
title="Speed up test times :rocket:"
9
workflow=Tests
10
-latest_id=$(gh run list --branch main --limit 1 --workflow "Tests" --status success --json databaseId,startedAt,updatedAt --jq '
+latest_id=$(gh run list --branch main --limit 1 --workflow $workflow --status success --json databaseId,startedAt,updatedAt --jq '
11
. | map({
12
databaseId: .databaseId,
13
startedAt: .startedAt,
0 commit comments