Skip to content

Commit 1b235d5

Browse files
authored
[NDR-313] Don't check packages on merge to main (#911)
1 parent 4a442ad commit 1b235d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lambdas-dev-to-main-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ permissions:
2727

2828
jobs:
2929
check_packages:
30+
if: github.event_name == 'pull_request'
3031
uses: ./.github/workflows/base-lambdas-check-packages.yml
3132
with:
3233
environment: development

0 commit comments

Comments
 (0)