Skip to content

Commit bb1bb6e

Browse files
committed
[gha] don't skip gitpod build
1 parent f4a06b8 commit bb1bb6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ jobs:
135135
build-gitpod:
136136
name: Build Gitpod
137137
needs: [ configuration ]
138-
if: |
139-
(needs.configuration.outputs.pr_no_diff_skip != 'true')
140138
runs-on: [ self-hosted ]
141139
concurrency:
142140
group: ${{ github.head_ref || github.ref_name }}-build-gitpod

0 commit comments

Comments
 (0)