Skip to content

Commit 746a208

Browse files
chore: update workflow file (#249)
Co-authored-by: Robin Salkeld <[email protected]>
1 parent a958afd commit 746a208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_test_net.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ on:
2626
jobs:
2727
testDotNet:
2828
# Don't run the nightly build on forks
29-
if: github.event_name != 'schedule' || github.repository_owner == 'awslabs'
29+
# Disabled until we reintroduce DynamoDbEncryption, since a matrix vector cannot be empty
30+
if: false && (github.event_name != 'schedule' || github.repository_owner == 'awslabs')
3031
strategy:
3132
matrix:
3233
library: [

0 commit comments

Comments
 (0)