diff --git a/.github/workflows/octodns.yml b/.github/workflows/octodns.yml index 43d08993d..19ffe7d33 100644 --- a/.github/workflows/octodns.yml +++ b/.github/workflows/octodns.yml @@ -30,7 +30,7 @@ jobs: octodns-deploy: runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' - needs: [lint] + needs: [octodns-lint] steps: - uses: actions/checkout@v3 - name: Set up Python