Skip to content

Commit fff9b77

Browse files
authored
fix gha build-gitpod (#16737)
1 parent 374cda3 commit fff9b77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ jobs:
133133
name: Build Gitpod
134134
needs: [ configuration ]
135135
if: |
136-
(needs.configuration.outputs.pr_no_diff_skip != 'true') &&
137-
(needs.configuration.outputs.with_github_actions == 'true')
136+
(needs.configuration.outputs.pr_no_diff_skip != 'true')
138137
runs-on: [ self-hosted ]
139138
concurrency:
140139
group: ${{ github.head_ref || github.ref }}-build-gitpod

0 commit comments

Comments
 (0)