Skip to content

Commit

Permalink
Merge branch 'main' into s3_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 9, 2024
2 parents f2a1b6e + 7587e49 commit 4971f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Terraform Apply

# Controls when the workflow will run
on:
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/terraform-plan.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Terraform Plan


# Controls when the workflow will run
on:
Expand All @@ -25,14 +26,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

# - uses: CSVD/gh-actions-setup-node@v3
# with:
# node-version: 16

# - uses: CSVD/gh-actions-setup-terraform@v2
# with:
# terraform_wrapper: false

# Runs a set of commands using the runners shell
- name: Run a multi-line script
env:
Expand All @@ -42,4 +35,4 @@ jobs:

run: |
terraform init -upgrade
terraform plan
terraform plan

0 comments on commit 4971f10

Please sign in to comment.