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 1338dd7 commit e62a17eCopy full SHA for e62a17e
.github/workflows/nightly-builds.yml
@@ -42,15 +42,15 @@ jobs:
42
with:
43
version: ${{ needs.vars.outputs.version }}
44
45
- tests:
46
- needs: [ build, vars ]
47
- uses: ./.github/workflows/_run-gametests.yml
48
- secrets: inherit
49
- with:
50
- version: ${{ needs.vars.outputs.version }}
+# tests:
+# needs: [ build, vars ]
+# uses: ./.github/workflows/_run-gametests.yml
+# secrets: inherit
+# with:
+# version: ${{ needs.vars.outputs.version }}
51
52
publish:
53
- needs: [ vars, tests ]
+ needs: [ vars, build ]
54
uses: ./.github/workflows/_publish.yml
55
secrets: inherit
56
0 commit comments