diff --git a/.github/workflows/function-lib-checker.yml b/.github/workflows/function-lib-checker.yml index 98ddfff08..41acba30a 100644 --- a/.github/workflows/function-lib-checker.yml +++ b/.github/workflows/function-lib-checker.yml @@ -13,7 +13,8 @@ # If a PR includes a change to any lib file, we run the function library tests. -name: Check function library functions all work +name: Build Function Library Checker + on: pull_request: branches: [ master ]