Skip to content

Commit 73a36f0

Browse files
committed
Build short delay into github triggers to aid cross-repo commits
1 parent e0c5f37 commit 73a36f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
if: github.repository == 'BimberLabInternal/LabDevKitModules'
1111
runs-on: ubuntu-latest
1212
steps:
13+
# Note: use slight delay in case there are associated commits across repos
14+
- name: "Sleep for 30 seconds"
15+
run: sleep 30s
16+
shell: bash
17+
1318
- name: "Build DISCVR"
1419
uses: bimberlabinternal/DevOps/githubActions/discvr-build@master
1520
with:

0 commit comments

Comments
 (0)