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 e0c5f37 commit 73a36f0Copy full SHA for 73a36f0
.github/workflows/build.yml
@@ -10,6 +10,11 @@ jobs:
10
if: github.repository == 'BimberLabInternal/LabDevKitModules'
11
runs-on: ubuntu-latest
12
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
+
18
- name: "Build DISCVR"
19
uses: bimberlabinternal/DevOps/githubActions/discvr-build@master
20
with:
0 commit comments