Skip to content

Commit c124015

Browse files
committed
Test
1 parent b3c0793 commit c124015

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pre-commit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ jobs:
1414
name: Run pre-commit hooks
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Wait for jobs to be created
18+
run: sleep 120
19+
1720
- name: Wait for other jobs to finish
1821
uses: lewagon/[email protected]
1922
with:
2023
ref: ${{ github.sha }}
2124
repo-token: ${{ secrets.GITHUB_TOKEN }}
2225
running-workflow-name: Run pre-commit hooks
2326
check-regexp: Arduino [0-9]+ on ubuntu-latest
27+
wait-interval: 30
2428

2529
- name: Checkout latest commit
2630
uses: actions/checkout@v4

0 commit comments

Comments
 (0)