From cb32418c9ec65bc4e6dbe4ff85f1d90a6b50acbd Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:51:07 -0400 Subject: [PATCH] Update BasicWorkflow.yml --- .github/workflows/BasicWorkflow.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BasicWorkflow.yml b/.github/workflows/BasicWorkflow.yml index c8051a8..00c239c 100644 --- a/.github/workflows/BasicWorkflow.yml +++ b/.github/workflows/BasicWorkflow.yml @@ -9,13 +9,15 @@ on: branches: [ main ] pull_request: branches: [ main ] + # Allows you to run this workflow manually from the actions tab workflow_dispatch: + # Basic job to execute a simple batch routine that runs tests via testexecute jobs: build: runs-on: self-hosted - steps: - - name: FreakinRunDammit - working-directory: C:\TestRunner - run: GitHub_Batch.bat + steps: + - name: FreakinRunDammit + working-directory: C:\TestRunner + run: GitHub_Batch.bat