Skip to content

Commit f6cf50f

Browse files
committed
Merge branch 'misc/add-ci-to-auto-build-extensions' of https://github.com/zenml-io/vscode-tutorial-extension into misc/add-ci-to-auto-build-extensions
2 parents fae2e30 + beb29d5 commit f6cf50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Commit and push built extensions
7878
# Only commit on push to main/develop branches, not on PRs
79-
if: github.event_name == 'push' || github.event.inputs.force_rebuild == 'true'
79+
if: github.event_name == 'push' || github.event.inputs.force_rebuild
8080
run: |
8181
git config --local user.email "action@github.com"
8282
git config --local user.name "GitHub Action"

0 commit comments

Comments
 (0)