Skip to content

Commit b4eea84

Browse files
committed
Build short delay into github triggers to aid cross-repo commits
1 parent 3f372f0 commit b4eea84

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
@@ -31,6 +31,11 @@ jobs:
3131
echo "DEFAULT_BRANCH=${DEFAULT_BRANCH}" >> $GITHUB_ENV
3232
id: default-branch
3333

34+
# Note: use slight delay in case there are associated commits across repos
35+
- name: "Sleep for 30 seconds"
36+
run: sleep 30s
37+
shell: bash
38+
3439
- name: "Build DISCVR"
3540
uses: bimberlabinternal/DevOps/githubActions/discvr-build@master
3641
with:

0 commit comments

Comments
 (0)