From 4551775e43c4aabdf76e5a938f0fb64697d2ee45 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:32:48 -0700 Subject: [PATCH] Delete .github/workflows/arm-rhel-pipeline.yml --- .github/workflows/arm-rhel-pipeline.yml | 29 ------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/arm-rhel-pipeline.yml diff --git a/.github/workflows/arm-rhel-pipeline.yml b/.github/workflows/arm-rhel-pipeline.yml deleted file mode 100644 index 50872a7..0000000 --- a/.github/workflows/arm-rhel-pipeline.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: ARM RHEL AMI Pipeline - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - workflow_dispatch: - -jobs: - build: - runs-on: [ self-hosted ] - - steps: - - uses: actions/checkout@v3 - - - name: Set up Terraform - uses: hashicorp/setup-terraform@v1 - with: - terraform_version: 1.1.0 - - - name: Terraform Init - run: terraform init - - - name: Terraform Plan - run: terraform plan - - - name: Terraform Apply - run: terraform apply -auto-approve \ No newline at end of file