Skip to content

Commit bc45e9b

Browse files
print env var DELVE_DEBUG
Signed-off-by: Nikita Korolev <[email protected]>
1 parent 1007219 commit bc45e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev_module_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ on:
3636
pull_request:
3737
types: [opened, reopened, synchronize, labeled, unlabeled]
3838
branches:
39+
- main
3940
- chore/dev/dev-build-virtualization-controller
4041
push:
4142
branches:
@@ -248,6 +249,7 @@ jobs:
248249
echo MODULES_MODULE_SOURCE=$MODULES_MODULE_SOURCE
249250
echo MODULES_MODULE_TAG=$MODULES_MODULE_TAG
250251
echo MODULE_EDITION=$MODULE_EDITION
252+
echo DELVE_DEBUG=$DELVE_DEBUG
251253
252254
- uses: actions/checkout@v4
253255
with:

0 commit comments

Comments
 (0)