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 6febe36 commit cfbadfaCopy full SHA for cfbadfa
.github/workflows/_link_check.yml
@@ -67,6 +67,7 @@ jobs:
67
ref: ${{ inputs.ref }}
68
timeout: 30
69
script: |
70
+ sleep 900
71
./scripts/lint_file_size.sh $(
72
if [ "${{ github.event_name }}" = "pull_request" ]; then
73
echo "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}"
0 commit comments