diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 476f4bfebbb..1c804343ee7 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -91,6 +91,7 @@ jobs: - run: make check-config-template get-script: + if: ${{ github.base_ref == 'main' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2