postcommit_cmakebuild.yml 454 B

123456789101112131415161718
  1. name: Postcommit_cmake
  2. on:
  3. push:
  4. branches:
  5. - 'cmakebuild'
  6. paths:
  7. - 'ydb/ci/cmakegen.txt'
  8. jobs:
  9. build_and_test:
  10. if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_cmake == true}}
  11. name: Build and test cmake
  12. uses: ./.github/workflows/build_and_test_provisioned.yml
  13. with:
  14. runner_label: auto-provisioned
  15. run_unit_tests: false
  16. run_functional_tests: false
  17. secrets: inherit