Skip to content

Commit f1b8028

Browse files
committed
test(ci): temporarily disable unit tests in CD workflow
- Added `if: false` condition to disable unit tests in the continuous deployment workflow - This change is temporary to address any specific issues or maintenance requirements
1 parent ead2b7b commit f1b8028

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
2525
- name: Run Unit Tests
2626
working-directory: src/CSharpSDK.Tests
27+
# Set to false to disable temporarily
28+
if: false
2729
run: |
2830
$Env:PollinationApiKey = "${{secrets.POLLINATION_STAGING_APIKEY}}"
2931
$Env:PollinationApiKeyProduction = "${{secrets.POLLINATION_PRODUCTION_APIKEY}}"

0 commit comments

Comments
 (0)