diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 40fefae..55be0e3 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -44,11 +44,3 @@ jobs: - name: Check routing rules run: /srv/github-action-scripts/test-routing-rules.sh - - - name: Run Pa11y scan - uses: benc-uk/workflow-dispatch@v1 - with: - workflow: CheckSite - repo: linaro-its/pa11y-ci-container - token: ${{ secrets.BUILD_REPO_TOKEN }} - inputs: '{ "uri": "${{ env.SITE_URL }}" }'