diff --git a/.github/workflows/dco.yaml b/.github/workflows/dco.yaml deleted file mode 100644 index cf759c79b12..00000000000 --- a/.github/workflows/dco.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: DCO -on: - pull_request: - push: - branches: - - main -jobs: - DCO: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Setup Python 3.x - uses: actions/setup-python@v5 - with: - python-version: '3.x' - - - name: Check DCO - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - pip3 install -U dco-check - dco-check --verbose --exclude-pattern 'dependabot\[bot\]@users\.noreply\.github\.com' \ No newline at end of file