Skip to content

Commit d9ad953

Browse files
committed
Add checkout
1 parent 46ea0a5 commit d9ad953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/submit-contract-sizes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
pull-requests: write
1717
runs-on: ubuntu-latest
18-
timeout-minutes: 5
18+
timeout-minutes: 10
1919
if: >
2020
github.event.workflow_run.event == 'pull_request' &&
2121
github.event.workflow_run.conclusion == 'success'
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 100
27+
2728
- name: Download Master Contract Sizes
2829
uses: ./.github/download-artifact
2930
with:

0 commit comments

Comments
 (0)