From f0def7080bc46f8eb4a93ad298b9eeee868a3ed4 Mon Sep 17 00:00:00 2001 From: nwdepatie Date: Sun, 8 Oct 2023 16:16:55 -0400 Subject: [PATCH] Changing this description to be just a Cerberus build check --- .github/workflows/{build-check.yml => build-cerberus.yml} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename .github/workflows/{build-check.yml => build-cerberus.yml} (87%) diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-cerberus.yml similarity index 87% rename from .github/workflows/build-check.yml rename to .github/workflows/build-cerberus.yml index cb28b64..63adbde 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-cerberus.yml @@ -1,4 +1,4 @@ -name: Build +name: Build Cerberus on: [push] jobs: run-build: @@ -19,7 +19,3 @@ jobs: echo "The application has failed to build." exit 1 # This will cause the workflow to fail fi - - - name: List Files - run: | - ls -a