diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index e8157b1f9a..9ec2bbd695 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -35,6 +35,7 @@ jobs: fi - name: Create PR + # The generated PR does not have any tests. Close and reopen the PR to activate tests. uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }}