diff --git a/.github/workflows/merge_build.yml b/.github/workflows/merge_build.yml index 1d49a8fe..23c53fed 100644 --- a/.github/workflows/merge_build.yml +++ b/.github/workflows/merge_build.yml @@ -50,7 +50,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.CHAIN_BUILD_TOKEN }}"\ -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/eBay/iomanager/actions/workflows/conan_build.yml/dispatches \ + https://api.github.com/repos/eBay/iomanager/actions/workflows/merge_build.yml/dispatches \ -d '{"ref":"master","inputs":{}}' if: ${{ github.ref == 'refs/heads/master' }} - name: Start NuraftMesg Build