Skip to content

Commit 66e2809

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Re-disable packaging on branches other than main and dev
1 parent cb4b0ff commit 66e2809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test-and-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ jobs:
502502
# image: ubuntu-latest
503503
needs: [test-samples, validate-sdk]
504504
timeout-minutes: 5
505-
# if: (startsWith(github.ref, 'refs/pull') && endsWith(github.base_ref, 'main')) || (startsWith(github.ref, 'refs/heads') && endsWith(github.ref, 'main')) || startsWith(github.ref, 'refs/tags/v')
505+
if: (startsWith(github.ref, 'refs/pull') && endsWith(github.base_ref, 'main')) || (startsWith(github.ref, 'refs/heads') && endsWith(github.ref, 'main')) || startsWith(github.ref, 'refs/tags/v')
506506
env:
507507
LL_USE_STAGE: false
508508
strategy:

0 commit comments

Comments
 (0)