From e6b8b2a007f4aecbcc78aa4a3d2dafdf469929b9 Mon Sep 17 00:00:00 2001 From: fortiersteven <74146408+fortiersteven@users.noreply.github.com> Date: Sat, 14 May 2022 14:50:56 -0400 Subject: [PATCH] Delete SLPS_Run.yml --- .github/workflows/SLPS_Run.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/SLPS_Run.yml diff --git a/.github/workflows/SLPS_Run.yml b/.github/workflows/SLPS_Run.yml deleted file mode 100644 index b64eb25..0000000 --- a/.github/workflows/SLPS_Run.yml +++ /dev/null @@ -1,23 +0,0 @@ - -name: Generate New SLPS and Release - -on: - workflow_dispatch - -env: - base_directory: c:/actions-runner/_work/ - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - startVM: - runs-on: ubuntu-latest - steps: - - #Test again - - name: Login to AZ CLI - uses: azure/login@v1 - with: - creds: ${{ secrets.AZURE_CREDENTIALS }} - - - run: - az vm start -g ${{ secrets.AZURE_RESSOURCE }} -n ${{ secrets.AZURE_VM }}