Skip to content

Commit

Permalink
ci: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nshe-dtaliaferro committed Dec 9, 2024
1 parent 81a09f3 commit dee4d16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: Continuous Delivery

# Trigger this workflow manually or after successful testing.
on:
workflow_dispatch:
Expand All @@ -11,19 +10,16 @@
- Continuous Integration
types:
- completed

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Use the same hardware architecture and the same Python version
# as the Lambda function.
- uses: actions/checkout@v4

# Log into AWS.
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -33,7 +29,6 @@
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY || null }}
mask-aws-account-id: true
role-skip-session-tagging: true

# Initialize OpenTofu and deploy the stack.
- uses: opentofu/[email protected]
- run: tofu init
Expand Down

0 comments on commit dee4d16

Please sign in to comment.