Skip to content

Commit 8b0635d

Browse files
committed
Reenable cis
1 parent c219af1 commit 8b0635d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests-and-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ jobs:
114114
name: Test SDK in StandaloneLinux64 build
115115
runs-on: [ubuntu-latest]
116116
needs: [editor-smoke-test]
117-
if: false
118117
timeout-minutes: 10
119118
env:
120119
LL_USE_STAGE: false
@@ -227,7 +226,7 @@ jobs:
227226
runs-on: [ubuntu-latest]
228227
needs: [editor-smoke-test]
229228
timeout-minutes: 20
230-
if: false && (startsWith(github.ref, 'refs/pull') && endsWith(github.base_ref, 'main')) || startsWith(github.ref, 'refs/tags/v') || (startsWith(github.ref, 'refs/heads') && endsWith(github.ref, 'main'))
229+
if: (startsWith(github.ref, 'refs/pull') && endsWith(github.base_ref, 'main')) || startsWith(github.ref, 'refs/tags/v') || (startsWith(github.ref, 'refs/heads') && endsWith(github.ref, 'main'))
231230
env:
232231
LL_USE_STAGE: false
233232
strategy:

0 commit comments

Comments
 (0)