@@ -35,26 +35,26 @@ jobs:
3535 malloc-impl : ${{ matrix.malloc-impl }}
3636 tooling : ${{ matrix.tooling }}
3737 testing : ' True'
38- # ChainBuild:
39- # runs-on: "ubuntu-22 .04"
40- # steps:
41- # - name: Start IOManager Build
42- # run: |
43- # curl -L \
44- # -X POST \
45- # -H "Accept: application/vnd.github+json" \
46- # -H "Authorization: Bearer ${{ secrets.CHAIN_BUILD_TOKEN }}"\
47- # -H "X-GitHub-Api-Version: 2022-11-28" \
48- # https://api.github.com/repos/eBay/iomanager/actions/workflows/merge_build.yml/dispatches \
49- # -d '{"ref":"master","inputs":{}}'
50- # if: ${{ github.ref == 'refs/heads/master' }}
51- # - name: Start NuraftMesg Build
52- # run: |
53- # curl -L \
54- # -X POST \
55- # -H "Accept: application/vnd.github+json" \
56- # -H "Authorization: Bearer ${{ secrets.CHAIN_BUILD_TOKEN }}"\
57- # -H "X-GitHub-Api-Version: 2022-11-28" \
58- # https://api.github.com/repos/eBay/nuraft_mesg/actions/workflows/conan_build.yml/dispatches \
59- # -d '{"ref":"main","inputs":{}}'
60- # if: ${{ github.ref == 'refs/heads/master' }}
38+ ChainBuild :
39+ runs-on : " ubuntu-24 .04"
40+ steps :
41+ - name : Start IOManager Build
42+ run : |
43+ curl -L \
44+ -X POST \
45+ -H "Accept: application/vnd.github+json" \
46+ -H "Authorization: Bearer ${{ secrets.CHAIN_BUILD_TOKEN }}"\
47+ -H "X-GitHub-Api-Version: 2022-11-28" \
48+ https://api.github.com/repos/eBay/iomanager/actions/workflows/merge_build.yml/dispatches \
49+ -d '{"ref":"master","inputs":{}}'
50+ if : ${{ github.ref == 'refs/heads/master' }}
51+ - name : Start NuraftMesg Build
52+ run : |
53+ curl -L \
54+ -X POST \
55+ -H "Accept: application/vnd.github+json" \
56+ -H "Authorization: Bearer ${{ secrets.CHAIN_BUILD_TOKEN }}"\
57+ -H "X-GitHub-Api-Version: 2022-11-28" \
58+ https://api.github.com/repos/eBay/nuraft_mesg/actions/workflows/conan_build.yml/dispatches \
59+ -d '{"ref":"main","inputs":{}}'
60+ if : ${{ github.ref == 'refs/heads/master' }}
0 commit comments