We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58f883 commit cc1c8deCopy full SHA for cc1c8de
1 file changed
.github/workflows/invoke-all.yaml
@@ -42,7 +42,7 @@ jobs:
42
ACTIONS_STEP_DEBUG: true
43
language_paths: ${{needs.prepare.outputs.language_paths}}
44
# UPDATE THIS IF HOST BUILDER IS ENABLED FOR MORE LANGUAGES
45
- HOST_ENABLED_LANGUAGES: '["go"]'
+ HOST_ENABLED_LANGUAGES: '["go","python"]'
46
HEADREF: ${{github.head_ref}}
47
steps:
48
- name: Checkout code
0 commit comments