diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 818d02198849a0..36bf74c20dd6db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,8 +133,7 @@ jobs: name: Build Gitpod needs: [ configuration ] if: | - (needs.configuration.outputs.pr_no_diff_skip != 'true') && - (needs.configuration.outputs.with_github_actions == 'true') + (needs.configuration.outputs.pr_no_diff_skip != 'true') runs-on: [ self-hosted ] concurrency: group: ${{ github.head_ref || github.ref }}-build-gitpod