From eaf242a9154ce981c1bd5e12b36fe8c01bcd14b2 Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Fri, 28 Aug 2020 06:33:32 -0400 Subject: [PATCH] Turn off licensing check --- .github/workflows/{licensed.yml => licensed.off} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{licensed.yml => licensed.off} (94%) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.off similarity index 94% rename from .github/workflows/licensed.yml rename to .github/workflows/licensed.off index ae62613f..512ee0d9 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.off @@ -17,4 +17,4 @@ jobs: curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz sudo tar -xzf licensed.tar.gz sudo mv licensed /usr/local/bin/licensed - - run: licensed status \ No newline at end of file + - run: licensed status