1# For documentation concerning this configuration please refer to, 2# https://github.com/pytorch/pytorch-probot#trigger-circleci-workflows 3labels_to_circle_params: 4 ci/binaries: 5 parameter: run_binary_tests 6 default_true_on: 7 branches: 8 - nightly 9 - release/.* 10 tags: 11 - v[0-9]+(\.[0-9]+)*-rc[0-9]+ 12 set_to_false: 13 - run_build 14 ci/master: 15 parameter: run_master_build 16 set_to_false: 17 - run_build 18 ci/slow-gradcheck: 19 parameter: run_slow_gradcheck_build 20 set_to_false: 21 - run_build 22