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 5825078 commit 7ff7ca5Copy full SHA for 7ff7ca5
…ithub/workflows/generate-and-compare.yml .github/workflows/generate.yml.github/workflows/generate-and-compare.yml renamed to .github/workflows/generate.yml
@@ -1,4 +1,4 @@
1
-name: Generate Docs
+name: Generate and Compare Docs
2
3
on:
4
push:
@@ -52,7 +52,7 @@ jobs:
52
# BASE_SHA: ${{ github.event.pull_request.base.sha }}
53
GH_TOKEN: ${{ github.token }}
54
run: |
55
- ID=$(gh run list --repo $GITHUB_REPOSITORY -b $BASE_SHA -w 216416480 -L 1 --json databaseId --jq ".[].databaseId")
+ ID=$(gh run list --repo $GITHUB_REPOSITORY -b $BASE_SHA -w 174604400 -L 1 --json databaseId --jq ".[].databaseId")
56
echo "run_id=$ID" >> $GITHUB_OUTPUT
57
58
- name: Download metadata artifact
0 commit comments