Skip to content

Commit

Permalink
ci: Fix misnamed test job for AWS + AWS-gov
Browse files Browse the repository at this point in the history
  • Loading branch information
connorbrown-db committed Nov 27, 2024
1 parent fec1eb1 commit a9ae24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-gov-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'aws-gov/tf/**'
- '.github/workflows/aws-gov-test.yml'
jobs:
test-azure:
test-aws-gov:
uses: ./.github/workflows/terraform-ruw.yml
with:
working_directory: aws-gov/tf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'aws/tf/**'
- '.github/workflows/aws-test.yml'
jobs:
test-azure:
test-aws:
uses: ./.github/workflows/terraform-ruw.yml
with:
working_directory: aws/tf
Expand Down

0 comments on commit a9ae24c

Please sign in to comment.