File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
jobs :
27
27
testJava :
28
28
# Don't run the nightly build on forks
29
- if : github.event_name != 'schedule' || github.repository_owner == 'awslabs '
29
+ if : github.event_name != 'schedule' || github.repository_owner == 'aws '
30
30
strategy :
31
31
max-parallel : 1
32
32
matrix :
Original file line number Diff line number Diff line change 26
26
jobs :
27
27
testJava :
28
28
# Don't run the nightly build on forks
29
- if : github.event_name != 'schedule' || github.repository_owner == 'awslabs '
29
+ if : github.event_name != 'schedule' || github.repository_owner == 'aws '
30
30
strategy :
31
31
matrix :
32
32
library : [
Original file line number Diff line number Diff line change 27
27
testDotNet :
28
28
# Don't run the nightly build on forks
29
29
# Disabled until we reintroduce DynamoDbEncryption, since a matrix vector cannot be empty
30
- if : false && (github.event_name != 'schedule' || github.repository_owner == 'awslabs ')
30
+ if : false && (github.event_name != 'schedule' || github.repository_owner == 'aws ')
31
31
strategy :
32
32
matrix :
33
33
library : [
Original file line number Diff line number Diff line change 26
26
jobs :
27
27
verification :
28
28
# Don't run the nightly build on forks
29
- if : github.event_name != 'schedule' || github.repository_owner == 'awslabs '
29
+ if : github.event_name != 'schedule' || github.repository_owner == 'aws '
30
30
strategy :
31
31
matrix :
32
32
# Break up verification between namespaces over multiple
You can’t perform that action at this time.
0 commit comments