File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1263,10 +1263,10 @@ jobs:
1263
1263
needs : [job_get_metadata, job_build]
1264
1264
# Compiling bindings can be very slow (especially on windows), so only run precompile
1265
1265
# 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')
1270
1270
runs-on : ${{ matrix.os }}
1271
1271
container : ${{ matrix.container }}
1272
1272
timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments