diff --git a/build/block_release_check.gcl b/build/block_release_check.gcl new file mode 100644 index 00000000..5c325710 --- /dev/null +++ b/build/block_release_check.gcl @@ -0,0 +1,6 @@ +// Block releases until the checks are completed. + +// block on all Rapid projects that include this file. +ALL = [ + 'rapid_checks', +]