diff --git a/.github/workflows/amp.yml b/.github/workflows/amp.yml deleted file mode 100644 index 4da25443b7..0000000000 --- a/.github/workflows/amp.yml +++ /dev/null @@ -1,26 +0,0 @@ -# on: -# workflow_call: -# inputs: -# container-image: -# description: 'Image used by DCR service' -# required: true -# type: string - -# jobs: -# validate: -# runs-on: ubuntu-latest -# services: -# DCR: -# image: ${{ inputs.container-image }} -# ports: -# - 9000:9000 -# steps: -# - name: Checkout code -# uses: actions/checkout@v4 - -# - name: Set up Node environment -# uses: ./.github/actions/setup-node-env - -# - name: Validate AMP -# run: make ampValidation -# working-directory: dotcom-rendering