From 6902bb311484c096e6b61318dee6f3fcc1eedd52 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 14 Aug 2024 12:31:50 -0700 Subject: [PATCH] Delete sync-to-codecommit.yml --- .github/workflows/sync-to-codecommit.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/sync-to-codecommit.yml diff --git a/.github/workflows/sync-to-codecommit.yml b/.github/workflows/sync-to-codecommit.yml deleted file mode 100644 index 6e3bdb3..0000000 --- a/.github/workflows/sync-to-codecommit.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Sync to CodeCommit - -on: - push: - branches: - - main - -jobs: - sync: - runs-on: image-pipeline - - steps: - - name: Checkout code - uses: actions/checkout@v2