Skip to content

Commit 6d25405

Browse files
authored
chore: Replace awslabs with aws in workflows (#261)
1 parent 3b86651 commit 6d25405

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_examples_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
testJava:
2828
# 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'
3030
strategy:
3131
max-parallel: 1
3232
matrix:

.github/workflows/ci_test_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
testJava:
2828
# 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'
3030
strategy:
3131
matrix:
3232
library: [

.github/workflows/ci_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
testDotNet:
2828
# Don't run the nightly build on forks
2929
# 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')
3131
strategy:
3232
matrix:
3333
library: [

.github/workflows/ci_verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
verification:
2828
# 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'
3030
strategy:
3131
matrix:
3232
# Break up verification between namespaces over multiple

0 commit comments

Comments
 (0)