Skip to content

Commit f8121c5

Browse files
committed
Disable profiling to test changes in PR
1 parent 789ad28 commit f8121c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ jobs:
149149
)
150150
&& true || false
151151
}}
152-
profiling-enabled: >-
153-
${{ steps.profiling-check.outputs.profiling-enabled || false }}
152+
profiling-enabled: false
154153
cache-key-for-dep-files: >-
155154
${{ steps.calc-cache-key-files.outputs.cache-key-for-dep-files }}
156155
git-tag: ${{ steps.git-tag.outputs.tag }}

0 commit comments

Comments
 (0)