diff --git a/.github/workflows/sync_workflow.yaml b/.github/workflows/sync_workflow.yaml index c6072c8d..09e8ed5c 100644 --- a/.github/workflows/sync_workflow.yaml +++ b/.github/workflows/sync_workflow.yaml @@ -37,7 +37,10 @@ jobs: git push https://github.com/novasamatech/subquery-nova.git sync-branch-${{ github.run_id }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + create-pr: + runs-on: ubuntu-latest + needs: sync + steps: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: