Skip to content

Commit

Permalink
chore: misconfiguration in integration canary (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <[email protected]>
  • Loading branch information
moorec-aws authored Oct 11, 2023
1 parent 1281b16 commit 5328059
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_integration_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 */1 * * *'

jobs:
Release Integration Canary:
ReleaseIntegrationCanary:
runs-on: ubuntu-latest
environment: release
permissions:
Expand All @@ -15,7 +15,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: release
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 5328059

Please sign in to comment.