Skip to content

Commit 808d04b

Browse files
authored
chore: Fix parallel.yml
1 parent 870b03b commit 808d04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_configs/parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: 'aws-REGION_PLACEHOLDER'
44
path: cloudquery/aws
55
version: 'v3.4.2' # latest version of aws plugin
6-
destinations: ['postgresql']
6+
destinations: ['postgresql-REGION_PLACEHOLDER']
77
spec:
88
regions:
99
- REGION_PLACEHOLDER # This will be replaced by the GitHub Action matrix value

0 commit comments

Comments
 (0)