Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:feature/SG-636-pose-estimation-metrics
name: 'Release Candidate Integration Tests' on: push: tags: - '[0-9]+.[0-9]+.[0-9]+rc[0-9]+' jobs: release-integration-tests: runs-on: ubuntu-latest steps: - name: Calling CircleCI job shell: bash run: | curl --request POST \ --url https://circleci.com/api/v2/project/gh/Deci-AI/algo-integration-tests/pipeline \ --header 'Circle-Token: ${{ secrets.CIRCLE_CI_TOKEN }}' \ --header 'content-type: application/json' \ --data '{"parameters":{"sg_workflow_sg_version":"${{github.ref_name}}", "sg_workflow_install_from_scratch":false, "sg_workflow_run":true, "sg_workflow_rc":true }}'
Press p or to see the previous file or, n or to see the next file