Skip to content

Commit fe06ccf

Browse files
author
Luca Forstner
committed
force to run
1 parent ac5b6bf commit fe06ccf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,10 +1263,10 @@ jobs:
12631263
needs: [job_get_metadata, job_build]
12641264
# Compiling bindings can be very slow (especially on windows), so only run precompile
12651265
# Skip precompile unless we are on a release branch as precompile slows down CI times.
1266-
if: |
1267-
(needs.job_get_metadata.outputs.changed_profiling_node == 'true') ||
1268-
(needs.job_get_metadata.outputs.is_release == 'true') ||
1269-
(github.event_name != 'pull_request')
1266+
# if: |
1267+
# (needs.job_get_metadata.outputs.changed_profiling_node == 'true') ||
1268+
# (needs.job_get_metadata.outputs.is_release == 'true') ||
1269+
# (github.event_name != 'pull_request')
12701270
runs-on: ${{ matrix.os }}
12711271
container: ${{ matrix.container }}
12721272
timeout-minutes: 30

0 commit comments

Comments
 (0)