We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374cda3 commit fff9b77Copy full SHA for fff9b77
.github/workflows/build.yml
@@ -133,8 +133,7 @@ jobs:
133
name: Build Gitpod
134
needs: [ configuration ]
135
if: |
136
- (needs.configuration.outputs.pr_no_diff_skip != 'true') &&
137
- (needs.configuration.outputs.with_github_actions == 'true')
+ (needs.configuration.outputs.pr_no_diff_skip != 'true')
138
runs-on: [ self-hosted ]
139
concurrency:
140
group: ${{ github.head_ref || github.ref }}-build-gitpod
0 commit comments