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