diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77fca66..ee7ab09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,6 @@ jobs: - name: Run Unit Tests run: python3 -m unittest discover tests - - name: Validate Tasks - automerge: needs: test runs-on: ubuntu-latest