We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f372f0 commit b4eea84Copy full SHA for b4eea84
1 file changed
.github/workflows/build.yml
@@ -31,6 +31,11 @@ jobs:
31
echo "DEFAULT_BRANCH=${DEFAULT_BRANCH}" >> $GITHUB_ENV
32
id: default-branch
33
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
+
39
- name: "Build DISCVR"
40
uses: bimberlabinternal/DevOps/githubActions/discvr-build@master
41
with:
0 commit comments