We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a958afd commit 746a208Copy full SHA for 746a208
.github/workflows/ci_test_net.yml
@@ -26,7 +26,8 @@ on:
26
jobs:
27
testDotNet:
28
# Don't run the nightly build on forks
29
- if: github.event_name != 'schedule' || github.repository_owner == 'awslabs'
+ # Disabled until we reintroduce DynamoDbEncryption, since a matrix vector cannot be empty
30
+ if: false && (github.event_name != 'schedule' || github.repository_owner == 'awslabs')
31
strategy:
32
matrix:
33
library: [
0 commit comments