Skip to content

Commit 7ff7ca5

Browse files
committed
workflows are linked to name
1 parent 5825078 commit 7ff7ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-and-compare.yml renamed to .github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate Docs
1+
name: Generate and Compare Docs
22

33
on:
44
push:
@@ -52,7 +52,7 @@ jobs:
5252
# BASE_SHA: ${{ github.event.pull_request.base.sha }}
5353
GH_TOKEN: ${{ github.token }}
5454
run: |
55-
ID=$(gh run list --repo $GITHUB_REPOSITORY -b $BASE_SHA -w 216416480 -L 1 --json databaseId --jq ".[].databaseId")
55+
ID=$(gh run list --repo $GITHUB_REPOSITORY -b $BASE_SHA -w 174604400 -L 1 --json databaseId --jq ".[].databaseId")
5656
echo "run_id=$ID" >> $GITHUB_OUTPUT
5757
5858
- name: Download metadata artifact

0 commit comments

Comments
 (0)