Skip to content

Commit

Permalink
ci: rename publish project name
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <[email protected]>
  • Loading branch information
moorec-aws committed Apr 19, 2024
1 parent a8de5f6 commit 84032d1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 48 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/e2e_test.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/integ_test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/mainline_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run CodeBuild
uses: aws-actions/aws-codebuild-run-build@v1
with:
project-name: deadline-cloud-dev-IntegTest
project-name: deadline-cloud-mainline-IntegTest
hide-cloudwatch-logs: true
env-vars-for-codebuild: |
TEST_TYPE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Run CodeBuild
uses: aws-actions/aws-codebuild-run-build@v1
with:
project-name: ${{ github.event.repository.name }}-Publish
project-name: ${{ github.event.repository.name }}-release-Publish
hide-cloudwatch-logs: true

PublishToRepository:
Expand Down

0 comments on commit 84032d1

Please sign in to comment.